CI: Update v2 branch CI to be on par with v3 (#286)
* ci: Update CI to be on par with v3 * ci: Update gosop branch for GopenPGP-v2
This commit is contained in:
parent
2a07a34fb8
commit
4e8fad59d6
9 changed files with 54 additions and 47 deletions
7
.github/test-suite/prepare_config.sh
vendored
7
.github/test-suite/prepare_config.sh
vendored
|
|
@ -1,13 +1,12 @@
|
|||
CONFIG_TEMPLATE=$1
|
||||
CONFIG_OUTPUT=$2
|
||||
GOSOP_BRANCH=$3
|
||||
GOSOP_MAIN=$4
|
||||
GOSOP_TARGET=$4
|
||||
cat $CONFIG_TEMPLATE \
|
||||
| sed "s@__GOSOP_BRANCH__@${GOSOP_BRANCH}@g" \
|
||||
| sed "s@__GOSOP_MAIN__@${GOSOP_MAIN}@g" \
|
||||
| sed "s@__GOSOP_TARGET__@${GOSOP_TARGET}@g" \
|
||||
| sed "s@__SQOP__@${SQOP}@g" \
|
||||
| sed "s@__GPGME_SOP__@${GPGME_SOP}@g" \
|
||||
| sed "s@__SOP_OPENPGPJS__@${SOP_OPENPGPJS}@g" \
|
||||
| sed "s@__GOSOP_V2__@${GOSOP_DIR_V2}/gosop@g" \
|
||||
| sed "s@__SOP_OPENPGPJS__@${SOP_OPENPGPJS_V2}@g" \
|
||||
| sed "s@__RNP_SOP__@${RNP_SOP}@g" \
|
||||
> $CONFIG_OUTPUT
|
||||
Loading…
Add table
Add a link
Reference in a new issue