Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLugo committed Dec 11, 2023
1 parent a39670b commit ac3f085
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: genesis-dump
run: |
#!/usr/bin/env bash
set -euo pipefail
info() { echo "INFO: $(date): $*" }
source ./scripts/ci/lib.sh
generate_genesis_dump() {
info "Building updater"
Expand All @@ -51,11 +47,7 @@ jobs:
generate_genesis_dump
- name: build-bundle
run: |
#!/usr/bin/env bash
set -euo pipefail
info() { echo "INFO: $(date): $*" }
source ./scripts/ci/lib.sh
cleanup_image() {
info "Reducing the image size"
Expand Down

0 comments on commit ac3f085

Please sign in to comment.