Skip to content

Commit

Permalink
Remove deprecated mybinder federations and update the gesis one (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
fteicht authored Sep 15, 2023
1 parent d391742 commit 2bfc07e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,17 +682,15 @@ jobs:
# get sha1 to be used by binder for the environment
BINDER_RELEASE_ENV_SHA1=$(git rev-parse --verify HEAD)
echo "BINDER_RELEASE_ENV_SHA1=${BINDER_RELEASE_ENV_SHA1}" >> $GITHUB_ENV
# push binder branch so that reference to release binder env exists on remote
# push binder branch so that reference to release binder env exists on remote
git push origin binder
# switch back to original branch
git checkout $TAG_NAME
- name: Trigger a build on each BinderHub deployments in the mybinder.org federation
run: |
bash scripts/trigger_binder.sh https://gke.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://ovh.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://turing.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://gesis.mybinder.org/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
bash scripts/trigger_binder.sh https://notebooks.gesis.org/binder/build/gh/${GITHUB_REPOSITORY}/${BINDER_RELEASE_ENV_SHA1}
- name: Set env variables for github+binder links in doc
run: |
Expand Down

0 comments on commit 2bfc07e

Please sign in to comment.