mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
Test new syntax
This commit is contained in:
parent
f3d59bd707
commit
af0dc31fe3
2
justfile
2
justfile
@ -12,7 +12,7 @@ test:
|
||||
build:
|
||||
# Login to ACR
|
||||
az acr login -n bitwardenprod.azurecr.io
|
||||
if `grep "pull" <<< "${GITHUB_REF}"`; then
|
||||
if `grep "pull"` <<< "${GITHUB_REF}"; then
|
||||
IMAGE_TAG := `echo "${GITHUB_HEAD_REF}" | sed "s#/#-#g"`
|
||||
else
|
||||
IMAGE_TAG := `echo "${GITHUB_REF:11}" | sed "s#/#-#g"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user