Skip to content

Commit dda7200

Browse files
committed
updates to release and docs scripts
1 parent 66bdee1 commit dda7200

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bookignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ vagrant
1111
compose-dev.yml
1212
docker-compose.yml
1313
pom.xml
14-
dev
14+
dev
15+
*.sh
16+
*.py

docker_release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ mvn clean package docker:build -DskipTests
1010
git checkout master
1111
mvn clean package docker:build -DskipTests
1212

13-
docker tag -f hubspot/singularityservice:$NEW_VERSION hubspot/singularityservice:latest
14-
docker tag -f hubspot/singularityexecutorslave:$NEW_VERSION hubspot/singularityexecutorslave:latest
13+
docker tag hubspot/singularityservice:$NEW_VERSION hubspot/singularityservice:latest
14+
docker tag hubspot/singularityexecutorslave:$NEW_VERSION hubspot/singularityexecutorslave:latest
1515
docker push hubspot/singularityservice:$RELEASE_VERSION && docker push hubspot/singularityservice:$NEW_VERSION && docker push hubspot/singularityservice:latest && docker push hubspot/singularityexecutorslave:$RELEASE_VERSION && docker push hubspot/singularityexecutorslave:$NEW_VERSION && docker push hubspot/singularityexecutorslave:latest

publish_gitbook.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ set -e
44

55
mvn -Pbuild-swagger-documentation -DskipTests=true -B -q -fae install
66
python Docs/split_api_docs.py
7-
sed -i '' 's/"-sharing",/"-sharing", "-livereload",/g' book.json
87
gitbook install
98
gitbook build
109
cp SingularityUI/app/assets/static/images/favicon.ico _book/gitbook/images/favicon.ico

0 commit comments

Comments
 (0)