Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kleest committed Sep 19, 2023
1 parent 8166f5e commit a2eb264
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: viaduck/ci
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/viaduck/ci

stages:
- build # contains build and test and deploy
Expand All @@ -8,8 +8,7 @@ variables:
OPENSSL_BUILD_HASH: "f0316a2ebd89e7f2352976445458689f80302093788c466692fb2a188b2eacf6"
PREBUILT_AUTH: "$PREBUILT_USER:$PREBUILT_PASSWORD"
ANDROID_PLATFORM: "android-23"
ANDROID_NDK: "/android/ndk"


linux-x86_64:
script:
- mkdir build-linux-x86_64
Expand Down

0 comments on commit a2eb264

Please sign in to comment.