Skip to content

Commit

Permalink
[code] Point back to main branch (#18705)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored Sep 12, 2023
1 parent fa3010a commit e5384ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
export LEEWAY_WORKSPACE_ROOT=$GITHUB_WORKSPACE
codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/release/1.82)
codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
codeVersion=$(curl https://raw.githubusercontent.com/gitpod-io/openvscode-server/$codeHeadCommit/package.json | jq .version)
cd components/ide/code
leeway build \
Expand Down

0 comments on commit e5384ca

Please sign in to comment.