promote: dev → stage #2
@@ -119,9 +119,9 @@ jobs:
|
||||
if: steps.changetype.outputs.asset_only != 'true'
|
||||
run: |
|
||||
set -euo pipefail
|
||||
"$ELB" build \
|
||||
--elc "$ELC" \
|
||||
--runtime "$EL_RUNTIME"
|
||||
"$ELB" \
|
||||
--elc="$ELC" \
|
||||
--runtime="$EL_RUNTIME"
|
||||
echo "Binary: $(ls -lh dist/neuron-landing)"
|
||||
|
||||
# ── Compile JS client sources ─────────────────────────────────────────
|
||||
|
||||
@@ -113,9 +113,9 @@ jobs:
|
||||
- name: Build neuron-web with elb
|
||||
run: |
|
||||
set -euo pipefail
|
||||
"$ELB" build \
|
||||
--elc "$ELC" \
|
||||
--runtime "$EL_RUNTIME"
|
||||
"$ELB" \
|
||||
--elc="$ELC" \
|
||||
--runtime="$EL_RUNTIME"
|
||||
echo "Binary: $(ls -lh dist/neuron-landing)"
|
||||
|
||||
# ── Compile JS client sources ─────────────────────────────────────────
|
||||
|
||||
@@ -121,9 +121,9 @@ jobs:
|
||||
if: steps.changetype.outputs.asset_only != 'true'
|
||||
run: |
|
||||
set -euo pipefail
|
||||
"$ELB" build \
|
||||
--elc "$ELC" \
|
||||
--runtime "$EL_RUNTIME"
|
||||
"$ELB" \
|
||||
--elc="$ELC" \
|
||||
--runtime="$EL_RUNTIME"
|
||||
echo "Binary: $(ls -lh dist/neuron-landing)"
|
||||
|
||||
# ── Compile JS client sources ─────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user