From aa224692ad82bef22d5484602c9ecf17bf1c19bc Mon Sep 17 00:00:00 2001 From: Yevhen Vydolob Date: Fri, 8 Feb 2019 10:31:21 +0200 Subject: [PATCH] #39 fix extension branch Signed-off-by: Yevhen Vydolob --- build_and_push_docker_images.sh | 2 +- extensions/extensions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_and_push_docker_images.sh b/build_and_push_docker_images.sh index c69189ceb..2abe64600 100755 --- a/build_and_push_docker_images.sh +++ b/build_and_push_docker_images.sh @@ -29,7 +29,7 @@ eclipse/che-theia-master 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" + THEIA_IMAGE_TAG="nightly" bash $(pwd)/$image_dir/build.sh --build-args:GITHUB_TOKEN=${GITHUB_TOKEN},THEIA_VERSION=master --branch:master --git-ref:refs\\/heads\\/master elif [ "$image_dir" == "dockerfiles/theia-dev" ]; then bash $(pwd)/$image_dir/build.sh --build-arg:GITHUB_TOKEN=${GITHUB_TOKEN} diff --git a/extensions/extensions.yml b/extensions/extensions.yml index 04761a918..c48be359c 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: master