Skip to content

Commit

Permalink
bamboo-specs: fix frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Mar 20, 2024
1 parent 9f4cbf5 commit d6399a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 3 additions & 1 deletion bamboo-specs/release.yaml
Expand Up @@ -65,7 +65,9 @@
set -e -f -u -x
make js-deps js-build
make\
VERBOSE=1\
js-deps js-build
'requirements':
- 'adg-docker': 'true'

Expand Down
9 changes: 2 additions & 7 deletions bamboo-specs/test.yaml
Expand Up @@ -105,13 +105,8 @@
set -e -f -u -x
make\
ARCH="amd64"\
OS="windows darwin linux"\
CHANNEL=${bamboo.channel}\
SIGN=0\
PARALLELISM=1\
VERBOSE=2\
build-release
VERBOSE=1\
js-deps js-build
'requirements':
- 'adg-docker': 'true'

Expand Down

0 comments on commit d6399a0

Please sign in to comment.