Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jun 27, 2017
2 parents 15645ed + b4e724f commit 0efaee0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pbuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CGP_DS_VERSION=1.2.1
CGP_DS_VERSION=1.2.2

set -ue

Expand Down
4 changes: 4 additions & 0 deletions scripts/trusty/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ sudo ln -s /opt/dockstore/dockstore /usr/local/bin/dockstore
sudo -u ubuntu mkdir -p /home/ubuntu/.dockstore
sudo -u ubuntu bash -c 'echo "token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
server-url: https://dockstore.org:8443
[dockstore-file-s3cmd-plugin]
client = /usr/local/bin/s3cmd
config-file-location = /home/ubuntu/.s3cfg
" > /home/ubuntu/.dockstore/config'
# plugins we want:
sudo -u ubuntu bash -c 'echo "[{
Expand Down
4 changes: 4 additions & 0 deletions scripts/xenial/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ sudo ln -s /opt/dockstore/dockstore /usr/local/bin/dockstore
sudo -u ubuntu mkdir -p /home/ubuntu/.dockstore
sudo -u ubuntu bash -c 'echo "token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
server-url: https://dockstore.org:8443
[dockstore-file-s3cmd-plugin]
client = /usr/local/bin/s3cmd
config-file-location = /home/ubuntu/.s3cfg
" > /home/ubuntu/.dockstore/config'
# plugins we want:
sudo -u ubuntu bash -c 'echo "[{
Expand Down

0 comments on commit 0efaee0

Please sign in to comment.