Skip to content

Commit

Permalink
Specify THEIA_VERSION as v0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
  • Loading branch information
monaka committed Jan 12, 2021
1 parent 9af6428 commit 28fb176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
- script: |
cd dockerfiles/theia
./build.sh --build-args:GITHUB_TOKEN=$(github_token),THEIA_VERSION=master --tag:$(tag) --prefix:$(prefix) --branch:v0.8.0 --git-ref:refs\\/heads\\/master --organization:$(organization)
./build.sh --build-args:GITHUB_TOKEN=$(github_token),THEIA_VERSION=v0.8.0 --tag:$(tag) --prefix:$(prefix) --branch:v0.8.0 --git-ref:refs\\/heads\\/master --organization:$(organization)
displayName: Building Theia
- task: Docker@1
Expand Down

0 comments on commit 28fb176

Please sign in to comment.