update ci-conf version to 2.1

This commit is contained in:
Felix 2020-02-09 18:44:37 +01:00
parent ec6a1458a2
commit 321badacaf
2 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,4 @@
version: 2.0
version: 2.1
references:
@ -97,8 +97,8 @@ jobs:
- restore_cache:
<<: *general_cache_key
#- run:
#<<: *setup_env
- run:
<<: *setup_env
- run:
name: Lint Common
@ -150,8 +150,8 @@ jobs:
- restore_cache:
<<: *general_cache_key
#- run:
#<<: *setup_env
- run:
<<: *setup_env
- run:
name: Test Common
@ -189,8 +189,8 @@ jobs:
- restore_cache:
<<: *general_cache_key
#- run:
#<<: *setup_env
- run:
<<: *setup_env
- run:
name: Touch Appcenter Upload

View file

@ -22,5 +22,3 @@ echo "export SIGN_CONFIG=\"-PchaosflixKeystore=$KEYSTORE \
-PchaosflixStorePassword=$KEYSTORE_PASSWORD \
-PchaosflixKeyName=$KEY_NAME \
-PchaosflixKeyPassword=$KEYSTORE_PASSWORD\""
env