Skip to content

Commit

Permalink
Tag applet version with github release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmingda committed Mar 1, 2019
1 parent 3627557 commit c27b5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy_dnanexus.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e -x

VERSION_APPLET="$(awk '$2 == "VERSION" { print $3; exit }' Dockerfile)"
echo $TRAVIS_TAG
#VERSION_APPLET="$(awk '$2 == "VERSION" { print $3; exit }' Dockerfile)"
VERSION_APPLET=$TRAVIS_TAG
dx mkdir -p $IMAGE/$VERSION_APPLET
dx cd $IMAGE/$VERSION_APPLET

Expand Down

0 comments on commit c27b5c0

Please sign in to comment.