diff --git a/.travis.yml b/.travis.yml index 065e41e896..584c057e00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ jobs: - ./scripts/travis/release/release.sh - TAG_VERSION=$(./scripts/travis/deploy/tag-travis-branch.sh) - echo "Running the docker with tag" $TAG_VERSION - - ./node_modules/@alfresco/adf-cli/bin/adf-cli docker-publish --loginCheck --loginUsername "$DOCKER_REPOSITORY_USER" --loginPassword "$DOCKER_REPOSITORY_PAStSWORD" --loginRepo "$DOCKER_REPOSITORY_DOMAIN" --dockerRepo "$DOCKER_REPOSITORY" --dockerTags "$TAG_VERSION,$TAGS" --pathProject "$(pwd)" + - ./node_modules/@alfresco/adf-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,$TAGS" --pathProject "$(pwd)" - stage: Unit test diff --git a/lib/cli/scripts/npm-publish.ts b/lib/cli/scripts/npm-publish.ts index 8d16039b39..4fa4f8869d 100644 --- a/lib/cli/scripts/npm-publish.ts +++ b/lib/cli/scripts/npm-publish.ts @@ -63,7 +63,7 @@ async function npmPublish(args: PublishArgs, project: string) { removeNPMRC(args, project); } - await sleep(120000); + await sleep(30000); } else { logger.info(`@alfresco/adf-${project}@${version} already exist`);