Skip to content

Commit

Permalink
Revert "use ROOT alma9 image as base"
Browse files Browse the repository at this point in the history
This reverts commit 94304b5.
  • Loading branch information
vepadulano committed May 13, 2024
1 parent 94304b5 commit 48320bd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,6 @@ jobs:
- linux
- x64

container:
image: registry.cern.ch/root-ci/alma9:buildready
options: '--security-opt label=disable --rm' # ALSO UPDATE BELOW!
env:
PYTHONUNBUFFERED: true
OS_APPLICATION_CREDENTIAL_ID: '7f5b64a265244623a3a933308569bdba'
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
OS_AUTH_TYPE: 'v3applicationcredential'
OS_AUTH_URL: 'https://keystone.cern.ch/v3'
OS_IDENTITY_API_VERSION: 3
OS_INTERFACE: 'public'
OS_REGION_NAME: 'cern'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 48320bd

Please sign in to comment.