Skip to content

Commit

Permalink
Update gitpod/images to use main branch (conda#11645)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard authored Jul 21, 2022
1 parent b525800 commit b47df94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.194.3/containers/python-3
{
"name": "Linux / Python 3.9",
"image": "ghcr.io/conda/conda-ci:master-linux-python3.9",
"image": "ghcr.io/conda/conda-ci:main-linux-python3.9",
"containerEnv": {
"RUNNING_ON_DEVCONTAINER": "1"
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
--rm -v ${PWD}:/opt/conda-src
-e TEST_SPLITS
-e TEST_GROUP
ghcr.io/conda/conda-ci:master-linux-python${{ matrix.python-version }}
ghcr.io/conda/conda-ci:main-linux-python${{ matrix.python-version }}
/opt/conda-src/dev/linux/${{ matrix.test-type }}.sh
- uses: codecov/codecov-action@v2
Expand Down
5 changes: 2 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# TODO: Replace gitpod with master
image: ghcr.io/conda/conda-ci:gitpod-linux-python3.9
image: ghcr.io/conda/conda-ci:main-linux-python3.9
tasks:
- name: initialize
init: |
Expand All @@ -19,7 +18,7 @@ vscode:

github:
prebuilds:
# enable for master branch
# enable for default branch
master: true
# enable for other branches (defaults to false)
branches: false
Expand Down

0 comments on commit b47df94

Please sign in to comment.