Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stages: - publish before_script: - echo GitLabPassword=$CI_JOB_TOKEN >> gradle.properties - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew Loading @@ -24,5 +25,4 @@ lib: publish: stage: publish script: - echo GitLabPassword=$CI_JOB_TOKEN >> gradle.properties - ./gradlew :ical4android:publish Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ stages: - publish before_script: - echo GitLabPassword=$CI_JOB_TOKEN >> gradle.properties - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew Loading @@ -24,5 +25,4 @@ lib: publish: stage: publish script: - echo GitLabPassword=$CI_JOB_TOKEN >> gradle.properties - ./gradlew :ical4android:publish