more descriptive circleci job name

LT1AB
Gerald Manipon 2019-05-10 14:30:22 +00:00
parent 6d94a9f544
commit 16ee36e04f
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ jobs:
pip install \ pip install \
docker-compose awscli docker-compose awscli
- run: - run:
name: Build name: Build docker image
command: | command: |
mkdir images mkdir images
SHA1=$(echo $CIRCLE_SHA1 | cut -c1-7) SHA1=$(echo $CIRCLE_SHA1 | cut -c1-7)
@ -120,7 +120,7 @@ jobs:
pip install \ pip install \
docker-compose awscli docker-compose awscli
- run: - run:
name: Build name: Build docker image
command: | command: |
mkdir images mkdir images
echo 'export TAG=$(date -u +%Y%m%d)' >> images/env.sh echo 'export TAG=$(date -u +%Y%m%d)' >> images/env.sh