Skip to content

Commit

Permalink
NEW RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent 9b26fdc commit ffdfd34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
- .github/workflows/build_all.yml

jobs:
# build_robotmk:
# uses: SoloJacobs/test_ci/.github/workflows/robotmk.yml@main
# build_rcc:
# uses: SoloJacobs/test_ci/.github/workflows/rcc.yml@main
build_robotmk:
uses: SoloJacobs/test_ci/.github/workflows/robotmk.yml@main
build_rcc:
uses: SoloJacobs/test_ci/.github/workflows/rcc.yml@main
build_collector:
uses: SoloJacobs/test_ci/.github/workflows/robotmk_collector.yml@main
release:
runs-on: ubuntu-latest
needs: [build_collector] #, build_rcc, build_robotmk]
needs: [build_collector, build_rcc, build_robotmk]
steps:
- name: "Download All"
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robotmk_collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: "Upload Artifact"
uses: actions/upload-artifact@v3
with:
path: robotmk/checkmk_extensions/agent/
path: robotmk/checkmk_extensions/agent
if-no-files-found: error

0 comments on commit ffdfd34

Please sign in to comment.