Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ changelog:
stage: changelog
tags:
- docker
image: cern/cc7-base
image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
except:
- tags
before_script:
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- python get-pip.py
- pip install 'setuptools<45'
- pip install --upgrade 'pip<21'
- pip install -U requests python-dateutil pytz
script:
- echo "GITHUBTOKEN = \"$GITHUBTOKEN\"" >& GitTokens.py
Expand Down