Fix token
This commit is contained in:
parent
6b74045c57
commit
f09dd5c3b9
|
@ -16,7 +16,7 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Running tests with access token"
|
- 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 -B build -S . -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake
|
||||||
- cmake --build build
|
- cmake --build build
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue