File tree 6 files changed +6
-0
lines changed
wdqs-frontend/latest/.travis
wdqs-proxy/latest/.travis
6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Oneline for full directory name see: https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
3
3
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ set -e
4
5
docker build " $DIR /../" -t wikibase/wdqs-frontend:latest
5
6
6
7
if [ " $SHOULD_DOCKER_PUSH " = true ]; then
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Oneline for full directory name see: https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
3
3
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ set -e
4
5
docker build " $DIR /../" -t wikibase/wdqs-proxy:latest
5
6
6
7
if [ " $SHOULD_DOCKER_PUSH " = true ]; then
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Oneline for full directory name see: https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
3
3
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ set -e
4
5
docker build " $DIR /../" -t wikibase/wdqs:0.2.5
5
6
6
7
if [ " $SHOULD_DOCKER_PUSH " = true ]; then
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Oneline for full directory name see: https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
3
3
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ set -e
4
5
docker build " $DIR /../" -t wikibase/wdqs:0.3.0 -t wikibase/wdqs:latest
5
6
6
7
if [ " $SHOULD_DOCKER_PUSH " = true ]; then
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Oneline for full directory name see: https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
3
3
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ set -e
4
5
docker build " $DIR /../" -t wikibase/wikibase:1.29 -t wikibase/wikibase:legacy
5
6
6
7
if [ " $SHOULD_DOCKER_PUSH " = true ]; then
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Oneline for full directory name see: https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
3
3
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
4
+ set -e
4
5
docker build " $DIR /../base" -t wikibase/wikibase:1.30 -t wikibase/wikibase:1.30-base -t wikibase/wikibase:latest -t wikibase/wikibase:latest-base
5
6
docker build " $DIR /../bundle" -t wikibase/wikibase:1.30-bundle -t wikibase/wikibase:latest-bundle
6
7
You can’t perform that action at this time.
0 commit comments