diff --git a/.travis.yml b/.travis.yml index e95e1c18f..809d6f86c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ cache: - node_modules branches: only: - - master + - 0.3.19 env: global: - NODE_OPTIONS="--max_old_space_size=4096" @@ -37,9 +37,3 @@ jobs: before_deploy: - printf "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}\n" >> ~/.npmrc - yarn - deploy: - - provider: script - script: yarn run publish:next - on: - branch: master - skip_cleanup: true diff --git a/build_and_push_docker_images.sh b/build_and_push_docker_images.sh index c69189ceb..9a7ceffb6 100755 --- a/build_and_push_docker_images.sh +++ b/build_and_push_docker_images.sh @@ -30,7 +30,7 @@ for image_dir in "${DOCKER_FILES_LOCATIONS[@]}" do if [ "$image_dir" == "dockerfiles/theia" ]; then THEIA_IMAGE_TAG="$(awk '/ARG THEIA_VERSION=/{print $NF}' dockerfiles/theia/Dockerfile | cut -d '=' -f2)-nightly" - bash $(pwd)/$image_dir/build.sh --build-args:GITHUB_TOKEN=${GITHUB_TOKEN},THEIA_VERSION=master --branch:master --git-ref:refs\\/heads\\/master + bash $(pwd)/$image_dir/build.sh --build-args:GITHUB_TOKEN=${GITHUB_TOKEN},THEIA_VERSION=0.3.19 --branch:v0.3.19 --git-ref:refs\\/tags\\/v\$\{THEIA_VERSION\} elif [ "$image_dir" == "dockerfiles/theia-dev" ]; then bash $(pwd)/$image_dir/build.sh --build-arg:GITHUB_TOKEN=${GITHUB_TOKEN} else @@ -44,7 +44,7 @@ for image_dir in "${DOCKER_FILES_LOCATIONS[@]}" done #Push images only if build task scheduled by cron -if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then +#if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then #PUSH IMAGES #docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD} echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin @@ -57,6 +57,6 @@ if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then echo y | docker push ${image}:nightly fi done -else - echo "Skip push docker images."; -fi +#else +# echo "Skip push docker images."; +#fi diff --git a/che-plugins/che-editor-theia/etc/che-plugin.yaml b/che-plugins/che-editor-theia/etc/che-plugin.yaml index bd4c35b16..8103a963b 100644 --- a/che-plugins/che-editor-theia/etc/che-plugin.yaml +++ b/che-plugins/che-editor-theia/etc/che-plugin.yaml @@ -24,7 +24,7 @@ endpoints: discoverable: false containers: - name: theia-ide - image: eclipse/che-theia:0.3.18-nightly + image: eclipse/che-theia:0.3.19-nightly env: - name: THEIA_PLUGINS value: local-dir:///plugins diff --git a/extensions/extensions.yml b/extensions/extensions.yml index 04761a918..ed47e9d8b 100644 --- a/extensions/extensions.yml +++ b/extensions/extensions.yml @@ -19,4 +19,4 @@ extensions: - extensions/eclipse-che-theia-plugin-ext - extensions/eclipse-che-theia-terminal - extensions/eclipse-che-theia-remote - checkoutTo: 0.0.4 + checkoutTo: 0.3.19