Skip to content

Commit

Permalink
WIP: outline steps
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored May 15, 2024
1 parent 08ba13c commit 29b597b
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/create-bosh-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Create Release
on:
workflow_dispatch:
# push:
# branches:
# - "187042013-release-workflow"
push:
branches:
- "187042013-release-workflow"

jobs:
acquire_binaries:
Expand All @@ -20,17 +20,6 @@ jobs:
# target: 'subdir/'
# token: ${{ secrets.GITHUB_TOKEN }}

# - name: List artifacts
# run: |
# ls -lah subdir
# exit 1


# - name: List artifacts exit 0
# run: |
# ls -lah subdir
# exit 0

- name: Checkout cli bosh release repo
run: echo hi

Expand Down

0 comments on commit 29b597b

Please sign in to comment.