Skip to content

Commit

Permalink
force workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 committed Aug 23, 2024
1 parent b3034a8 commit ed287e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
WORKDIR /home/root

# Set bash as the default shell
CMD ["/bin/bash"]
CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if [ $? -eq 0 ]; then
else
echo "Profile 'eks' not found. Running 'aws configure sso'."
aws configure sso
fi
fi

0 comments on commit ed287e4

Please sign in to comment.