Use github workspace

This commit is contained in:
Layla 2020-10-04 23:21:32 +00:00 committed by GitHub
parent 5ff6a5fc69
commit 98fee51abc

View File

@ -2,7 +2,7 @@
set -e
# Move to project directory
cd $1
cd $GITHUB_WORKSPACE/$1
# Config AWS profile
mkdir -p ~/.aws