Skip to content

Commit

Permalink
upload to staging VERBOSE=1
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Oct 6, 2023
1 parent cae759c commit 2421843
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/mariner2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ jobs:
container:
image: mcr.microsoft.com/cbl-mariner/base/core:2.0
steps:
- name: install prereqs
- name: Install prereqs
run: |
tdnf install --noplugins --skipsignature -y ca-certificates
tdnf install -q -y git
- name: checkout
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: install dependencies
- name: Install dependencies
run: |
bash .install/mariner2.sh
- name: get redis latest
- name: Get redis latest
run: |
bash .install/get_redis.sh
- name: build
- name: Build
run: |
make build
- name: test
- name: Test
run: |
make test
- name: pack module
- name: Pack module
run: |
make pack BRANCH=${{ github.ref_name }}
- name: upload to staging
- name: Upload to staging
run: |
make upload-release SHOW=1 STAGING=1 FORCE=1
make upload-release SHOW=1 STAGING=1 FORCE=1 VERBOSE=1
# todo: upload artifacts to S3

0 comments on commit 2421843

Please sign in to comment.