mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Debugging deployment
This commit is contained in:
parent
22dd961fce
commit
a04d642d82
@ -4,9 +4,10 @@
|
||||
# Prelude
|
||||
#
|
||||
set -euo pipefail
|
||||
set -x
|
||||
# Set internal field seperator to `/` to split up urls
|
||||
IFS='/'
|
||||
|
||||
read -ra ADDR <<< "$CIRCLE_COMPARE_URL"
|
||||
|
||||
[[ $(git diff --name-only "${ADDR[-1]}") == *"ui/"* ]] && make -C ui publish | sed '/NPM_TOKEN/d'
|
||||
[[ "$(git diff --name-only """${ADDR[-1]}""")" == *"ui/"* ]] && make -C ui publish | sed '/NPM_TOKEN/d'
|
||||
|
Loading…
Reference in New Issue
Block a user