Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into CHE-14944
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy committed Mar 20, 2020
2 parents 91c9120 + 5e0b2f4 commit 74739b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions cico_build_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ load_jenkins_vars
set -x
buildImages
publishImagesOnQuay

set +x
# Release npm packages
printf "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}\n" >> ~/.npmrc
yarn run publish:next
2 changes: 2 additions & 0 deletions cico_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function load_jenkins_vars() {
CHE_BOT_GITHUB_TOKEN \
QUAY_ECLIPSE_CHE_USERNAME \
QUAY_ECLIPSE_CHE_PASSWORD \
CHE_NPM_AUTH_TOKEN \
JENKINS_URL \
GIT_BRANCH \
GIT_COMMIT \
Expand All @@ -28,6 +29,7 @@ function load_jenkins_vars() {
ghprbPullId)"
#export provided GH token
export GITHUB_TOKEN=${CHE_BOT_GITHUB_TOKEN}
export NPM_AUTH_TOKEN=${CHE_NPM_AUTH_TOKEN}
fi
}

Expand Down
3 changes: 1 addition & 2 deletions extensions/eclipse-che-theia-about/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"lint": "tslint -c ../../configs/tslint.json --project tsconfig.json",
"compile": "yarn run setup-build-details && tsc",
"build": "concurrently -n \"format,lint,compile\" -c \"red,green,blue\" \"yarn format\" \"yarn lint\" \"yarn compile\"",
"watch": "tsc -w",
"publish:next": "yarn publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
"watch": "tsc -w"
}
}

0 comments on commit 74739b2

Please sign in to comment.