mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Run the docker push before
This commit is contained in:
parent
d8961ea904
commit
3aed425020
10
.travis.yml
10
.travis.yml
@ -24,14 +24,14 @@ branches:
|
||||
stages:
|
||||
- name: Lint & Build Dist
|
||||
- name: Unit test
|
||||
- name: Release on npm
|
||||
if: type = push
|
||||
- name: Check bundle
|
||||
if: type = push
|
||||
- name: Deploy docker
|
||||
if: type = push
|
||||
- name: Update Rancher
|
||||
if: type = push
|
||||
- name: Release on npm
|
||||
if: type = push
|
||||
- name: Check bundle
|
||||
if: type = push
|
||||
- name: e2e Test
|
||||
- name: Deploy PR
|
||||
if: type = pull_request
|
||||
@ -106,7 +106,7 @@ jobs:
|
||||
script:
|
||||
- TAG_VERSION=$(./scripts/travis/deploy/tag-travis-branch.sh)
|
||||
- echo "Running the docker with tag" $TAG_VERSION
|
||||
- ./lib/dist/cli/bin/adf-cli docker-publish --loginCheck --loginUsername "$DOCKER_REPOSITORY_USER" --loginPassword "$DOCKER_REPOSITORY_PASSWORD" --loginRepo "$DOCKER_REPOSITORY_DOMAIN" --dockerRepo "$DOCKER_REPOSITORY" --dockerTags "$TAG_VERSION" --pathProject "$(pwd)"
|
||||
- ./lib/dist/cli/bin/adf-cli docker-publish --dockerRepo "$DOCKER_REPOSITORY" --dockerTags "$TAG_VERSION" --pathProject "$(pwd)"
|
||||
- stage: Update Rancher
|
||||
script:
|
||||
- TAG_VERSION=$(./scripts/travis/deploy/tag-travis-branch.sh)
|
||||
|
Loading…
x
Reference in New Issue
Block a user