Fix token
This commit is contained in:
parent
6b74045c57
commit
f09dd5c3b9
|
@ -16,7 +16,7 @@ build:
|
|||
stage: build
|
||||
script:
|
||||
- echo "Running tests with access token"
|
||||
- curl --header "Private-Token: $GITLAB_TOKEN" "https://gitlab.example.com/api/v4/projects"
|
||||
- curl --header "Private-Token: $GITLAB_TOKEN" "https://git.jackmchristensen.com/"
|
||||
- cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
|
||||
- cmake --build build
|
||||
tags:
|
||||
|
|
Loading…
Reference in New Issue