Bump requirement for signer, fixing RLP bug

This commit is contained in:
Louis Holbrook
2021-02-07 17:40:39 +00:00
committed by Blair Vanderlugt
parent 5bfc3e5796
commit 3623f3f05b
4 changed files with 55 additions and 66 deletions

View File

@@ -26,7 +26,7 @@ before_script:
- cd $CONTEXT
variables:
CI_DEBUG_TRACE: "true"
IMAGE_TAG: $APP_NAME:$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME-$CI_COMMIT_SHORT_SHA
IMAGE_TAG: $APP_NAME:$CI_COMMIT_SHORT_SHA
script:
- docker build -t $IMAGE_TAG -f $DOCKERFILE_PATH .
rules: