mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Run the docker push before
This commit is contained in:
+5
-5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user