Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Commit dc58547

Browse files
committed
Builder to bash to manage TAG env properly
1 parent 959e619 commit dc58547

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

builder

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/sh
1+
#!/bin/bash
2+
23
# Build wheels for all projects
34
export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $THUMBOR_VERSION; fi`
45
echo "TAG: $TAG"
@@ -28,4 +29,4 @@ echo "--> BUILDING apsl/remotecv"
2829
docker build -f remotecv/Dockerfile -t apsl/remotecv remotecv/
2930
echo "--> TAGGING apsl/remotecv:$TAG"
3031
docker tag apsl/remotecv apsl/remotecv:$TAG
31-
mv remotecv/wheelhouse wheelhouse
32+
mv remotecv/wheelhouse wheelhouse

0 commit comments

Comments
 (0)