Skip to content

Commit

Permalink
set SHA1 correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed May 9, 2019
1 parent 6a441d0 commit 1f96e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
command: |
mkdir images
SHA1=$(echo $CIRCLE_SHA1 | cut -c1-7)
echo 'export TAG="$SHA1"' >> images/env.sh
echo "export TAG=$SHA1" >> images/env.sh
source images/env.sh
docker build --rm --force-rm -t isce/isce2:$TAG -f docker/Dockerfile .
cd images
Expand Down

0 comments on commit 1f96e8c

Please sign in to comment.