Skip to content
Snippets Groups Projects
Commit 3eedb4ed authored by Taras's avatar Taras
Browse files

Add bundle install

parent 51a90cbf
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ cache: ...@@ -6,6 +6,7 @@ cache:
- .gradle/ - .gradle/
before_script: before_script:
- bundle install
- chmod +x ./gradlew - chmod +x ./gradlew
- echo $SIGNING_KEY_BASE64 | base64 -d > circuli_key.jks - echo $SIGNING_KEY_BASE64 | base64 -d > circuli_key.jks
- echo "KEY_PATH=circuli_key.jks" > signing.properties - echo "KEY_PATH=circuli_key.jks" > signing.properties
......
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