mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
disable CompatHelper
This commit is contained in:
parent
c09072e87a
commit
67eed492f0
1 changed files with 21 additions and 21 deletions
|
@ -41,24 +41,24 @@ pages:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
CompatHelper:
|
# CompatHelper:
|
||||||
image: julia:1.10 # Set to the Julia version you want to use
|
# image: julia:1.10 # Set to the Julia version you want to use
|
||||||
stage: test # You can place this in any stage that makes sense for your setup
|
# stage: test # You can place this in any stage that makes sense for your setup
|
||||||
before_script:
|
# before_script:
|
||||||
- apt-get update -qq && apt-get install -y git
|
# - apt-get update -qq && apt-get install -y git
|
||||||
- |
|
# - |
|
||||||
julia --color=yes -e "
|
# julia --color=yes -e "
|
||||||
import Pkg;
|
# import Pkg;
|
||||||
name = \"CompatHelper\";
|
# name = \"CompatHelper\";
|
||||||
uuid = \"aa819f21-2bde-4658-8897-bab36330d9b7\";
|
# uuid = \"aa819f21-2bde-4658-8897-bab36330d9b7\";
|
||||||
version = \"3\";
|
# version = \"3\";
|
||||||
Pkg.add(; name, uuid, version)"
|
# Pkg.add(; name, uuid, version)"
|
||||||
script:
|
# script:
|
||||||
- |
|
# - |
|
||||||
julia --color=yes -e '
|
# julia --color=yes -e '
|
||||||
import CompatHelper;
|
# import CompatHelper;
|
||||||
config = CompatHelper.GitLabCI(;
|
# config = CompatHelper.GitLabCI(;
|
||||||
api_hostname="https://gitlab.cern.ch/api/v4",
|
# api_hostname="https://gitlab.cern.ch/api/v4",
|
||||||
clone_hostname="gitlab.cern.ch",
|
# clone_hostname="gitlab.cern.ch",
|
||||||
)
|
# )
|
||||||
CompatHelper.main(ENV, config)'
|
# CompatHelper.main(ENV, config)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue