ci: redo how env variables are set and shared in ci to prevent collisions
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex -o pipefail
|
||||
|
||||
set -u -e -o pipefail
|
||||
|
||||
|
||||
# These ones can be `npm link`ed for fast development
|
||||
LINKABLE_PKGS=(
|
||||
|
Reference in New Issue
Block a user