Skip to content

Commit

Permalink
Merge pull request #4 from pozgo/develop
Browse files Browse the repository at this point in the history
Updated to 11.4.0 and fixed failing tagging
  • Loading branch information
pozgo authored Oct 21, 2018
2 parents 7a5b6a0 + f164431 commit 3e8f18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker pull polinux/gitlab-ce:stage
- docker tag polinux/gitlab-ce:stage polinux/gitlab-ce:latest
- export RELEASE=$(grep "RELEASE_VERSION=" Dockerfile | sed 's|^.*=||g' |awk '{print $1}'); docker tag million12/haproxy:stage polinux/gitlab-ce:$RELEASE
- export RELEASE=$(grep "RELEASE_VERSION=" Dockerfile | sed 's|^.*=||g' |awk '{print $1}'); docker tag polinux/gitlab-ce:stage polinux/gitlab-ce:$RELEASE
- docker push polinux/gitlab-ce:latest
- export RELEASE=$(grep "RELEASE_VERSION=" Dockerfile | sed 's|^.*=||g' |awk '{print $1}'); docker push polinux/gitlab-ce:$RELEASE
- docker push polinux/gitlab-ce:latest
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV BACKUP_TIME="0 12 * * *" \
TERM=xterm \
PACKAGECLOUD_REPO=gitlab-ce \
RELEASE_PACKAGE=gitlab-ce \
RELEASE_VERSION=11.3.6-ce.0 \
DOWNLOAD_URL=https://downloads-packages.s3.amazonaws.com/ubuntu-xenial/gitlab-ce_11.3.6-ce.0_amd64.deb
RELEASE_VERSION=11.4.0-ce.0 \
DOWNLOAD_URL=https://downloads-packages.s3.amazonaws.com/ubuntu-xenial/gitlab-ce_11.4.0-ce.0_amd64.deb

COPY container-files /

Expand Down

0 comments on commit 3e8f18d

Please sign in to comment.