Skip to content
Snippets Groups Projects
Commit 5854ce9d authored by Taras's avatar Taras
Browse files

Change ci syntax

parent 48eef61d
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,10 @@ cache: ...@@ -8,10 +8,10 @@ cache:
before_script: before_script:
- bundle install - bundle install
- chmod +x ./gradlew - chmod +x ./gradlew
- echo $SIGNING_KEY_BASE64 | base64 -d > circuli_key.jks - echo -n ${$SIGNING_KEY_BASE64} | base64 -d > circuli_key.jks
- echo "KEY_PATH=circuli_key.jks" > signing.properties - echo "KEY_PATH=../circuli_key.jks" > signing.properties
- echo "KEY_PASSWORD=$KEY_PASSWORD" >> signing.properties - echo "KEY_PASSWORD=${KEY_PASSWORD}" >> signing.properties
- echo "ALIAS_NAME=$ALIAS_NAME" >> signing.properties - echo "ALIAS_NAME=${ALIAS_NAME}" >> signing.properties
stages: stages:
- release - release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment