Browse Source

CI: remove unused GRADLE_ABI environment variable for remote-access-client

merge-requests/2255/merge
Steve Lhomme 10 months ago
committed by Duncan McNamara
parent
commit
cf7932d90d
  1. 2
      buildsystem/gitlab/.gitlab-ci.yml

2
buildsystem/gitlab/.gitlab-ci.yml

@ -466,7 +466,7 @@ publish_remote_access_lib:
script:
- mkdir -p $M2_REPO
- ./buildsystem/compile.sh --init -b
- GRADLE_ABI=ALL ./gradlew -Dmaven.repo.local=$M2_REPO -p application/remote-access-client publishToMavenLocal
- ./gradlew -Dmaven.repo.local=$M2_REPO -p application/remote-access-client publishToMavenLocal
artifacts:
name: "${CI_COMMIT_TAG}"
paths:

Loading…
Cancel
Save