We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5d6d1 commit d0a08f6Copy full SHA for d0a08f6
.travis.yml
@@ -36,7 +36,7 @@ jobs:
36
dist: trusty
37
env: DOCKER_BUILD="true"
38
if: branch == master AND tag IS blank
39
- script: docker build --build-arg codeServerVersion="$VERSION" --build-arg vscodeVersion="$VSCODE_VERSION" -t codercom/code-server:"$VERSION" -t codercom/code-server:v2 .
+ script: docker build -e GITHUB_TOKEN="$GITHUB_TOKEN" --build-arg codeServerVersion="$VERSION" --build-arg vscodeVersion="$VSCODE_VERSION" -t codercom/code-server:"$VERSION" -t codercom/code-server:v2 .
40
41
git:
42
depth: 3
@@ -50,7 +50,7 @@ before_deploy:
50
deploy:
51
- provider: releases
52
file_glob: true
53
- prerelease: true
+ draft: true
54
tag_name: "$TAG"
55
target_commitish: "$TRAVIS_COMMIT"
56
name: "$TAG"
0 commit comments