Skip to content

Commit 2e5d4e2

Browse files
committed
cache for vpn modules.
1 parent 91eb3e9 commit 2e5d4e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ UploadToPlayStoreInternalChannel:
2828
- echo "VERSION_NAME=$VERSION_NAME" >> build.env
2929
- export DIRECTORY=${VERSION_NAME}
3030
- fastlane publishToInternal
31+
cache:
32+
key: "${CI_PROJECT_NAME}-${CI_COMMIT_REF_SLUG}"
33+
paths:
34+
- ${CI_PROJECT_DIR}/openvpn
35+
- ${CI_PROJECT_DIR}/wgtunnel
36+
- ${CI_PROJECT_DIR}/strongswan
3137

3238
artifacts:
3339
reports:

0 commit comments

Comments
 (0)