mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-01-19 01:57:38 +01:00
Fix path to cookie script
This commit is contained in:
@@ -11,7 +11,7 @@ env:
|
||||
- GOFLAGS=-mod=vendor GO111MODULE=on
|
||||
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_e04f3cf0cf2c_key -iv $encrypted_e04f3cf0cf2c_iv -in script/gogetcookie.sh.enc -out scripts/gogetcookie.sh -d
|
||||
- openssl aes-256-cbc -K $encrypted_e04f3cf0cf2c_key -iv $encrypted_e04f3cf0cf2c_iv -in scripts/gogetcookie.sh.enc -out scripts/gogetcookie.sh -d
|
||||
|
||||
install:
|
||||
- bash scripts/gogetcookie.sh
|
||||
|
||||
Reference in New Issue
Block a user