Commit 1cf463b2 authored by Jakov Buratovic's avatar Jakov Buratovic

docker-compose build fix

parent b6aa14a6
#!/bin/bash #!/bin/bash
set -e set -e
export TAG="$CIRCLE_BRANCH" if [ "$CIRCLE_BRANCH" == "master" ];
then
if [ "$CIRCLE_BRANCH" == "master" ]; then
export TAG="latest"; export TAG="latest";
else
export TAG=$(sed 's/#/-/g' <<< $CIRCLE_BRANCH)
fi fi
docker login --username $DOCKER_USER --password $DOCKER_PASS docker login --username $DOCKER_USER --password $DOCKER_PASS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment