File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ branches:
18
18
only :
19
19
- master
20
20
- develop
21
+ - hotfix/ci-builds
21
22
- /^v\d+\.\d+\.\d+(-S*)?$/
22
23
23
24
jobs :
37
38
script :
38
39
- set -e
39
40
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
40
- - .travis/bootstrap_image.sh -u driplineorg -r dripline-python -t v3.10.1 -a arm7 -i project8/dragonfly:`echo ${TRAVIS_BRANCH} | tr / _`
41
+ - .travis/bootstrap_image.sh -u driplineorg -r dripline-python -t v3.10.1-arm -a arm7 -i project8/dragonfly:`echo ${TRAVIS_BRANCH} | tr / _`
41
42
- stage : assemble manifest
42
43
script :
43
44
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
Original file line number Diff line number Diff line change 90
90
dot_travis_path=` dirname $0 `
91
91
dot_travis_path=` readlink -e $dot_travis_path `
92
92
93
- set -x
93
+ set -ex
94
94
95
95
# bootstrap a custom base image with emulation
96
96
cp $original_qemu_path ${dot_travis_path} /this_qemu
@@ -112,4 +112,4 @@ docker build \
112
112
.
113
113
docker push ${output_image} -${architecture_img_suffix}
114
114
115
- set +x
115
+ set +ex
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ ARG img_tag=v3.10.1
8
8
FROM ${img_user}/${img_repo}:${img_tag}
9
9
10
10
COPY . /dragonfly
11
+ RUN apt-get install -y python3-psycopg2 libpq-dev
11
12
RUN pip3 install /dragonfly[colorlog,database,slack]
You can’t perform that action at this time.
0 commit comments