Skip to content

Commit

Permalink
Fixing test image to reflect changes in environment image (removed ba…
Browse files Browse the repository at this point in the history
…shrc)
  • Loading branch information
niallthomson committed Apr 29, 2022
1 parent 0db3d3f commit 5dde24f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN npm install -g @niallthomson/[email protected]

COPY run.sh /

ENTRYPOINT ["bash", "/run.sh"]
ENTRYPOINT ["bash", "-l", "/run.sh"]
2 changes: 0 additions & 2 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -e

source ~/.bashrc

if [ -z "$EKS_CLUSTER_NAME" ]; then
echo "Error: Must provide EKS_CLUSTER_NAME"
exit 1
Expand Down

0 comments on commit 5dde24f

Please sign in to comment.