Skip to content

Commit

Permalink
Delete dead comments [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 18, 2023
1 parent ca20216 commit 1db2a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,6 @@ jobs:
KOSLI_HOST: ${{ needs.variables.outputs.kosli_host }}
KOSLI_ORG: ${{ needs.variables.outputs.kosli_org }}

# wait-for-image:
# needs: [create-kosli-flow]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
#
# - name: Wait for image to be built in main.yml
# run:
# ./sh/wait_for_image.sh
#
# - name: Setup Kosli CLI
# uses: kosli-dev/setup-cli-action@v2
# with:
# version: ${{ vars.KOSLI_CLI_VERSION }}
#
# - name: Report image to Kosli flow
# run: |
# IMAGE_TAG="$(echo $GITHUB_SHA | head -c7)"
# IMAGE_NAME="cyberdojo/${{ env.KOSLI_FLOW }}:${IMAGE_TAG}"
# docker pull "${IMAGE_NAME}"
# kosli report artifact "${IMAGE_NAME}" \
# --artifact-type=docker

test:
needs: [variables, create-kosli-flow]
uses: ./.github/workflows/sub_test.yml
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/main_staging_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,6 @@ jobs:
KOSLI_HOST: ${{ needs.variables.outputs.kosli_host }}
KOSLI_ORG: ${{ needs.variables.outputs.kosli_org }}

# wait-for-image:
# needs: [create-kosli-flow]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
#
# - name: Wait for image to be built in main.yml
# run:
# ./sh/wait_for_image.sh
#
# - name: Setup Kosli CLI
# uses: kosli-dev/setup-cli-action@v2
# with:
# version: ${{ vars.KOSLI_CLI_VERSION }}
#
# - name: Report image to Kosli flow
# run: |
# IMAGE_TAG="$(echo $GITHUB_SHA | head -c7)"
# IMAGE_NAME="cyberdojo/${{ env.KOSLI_FLOW }}:${IMAGE_TAG}"
# docker pull "${IMAGE_NAME}"
# kosli attest artifact "${IMAGE_NAME}" \
# --artifact-type=docker \
# --name=dashboard \
# --trail="${GITHUB_SHA}"

test:
needs: [variables, create-kosli-flow]
uses: ./.github/workflows/sub_test_trails.yml
Expand Down

0 comments on commit 1db2a4c

Please sign in to comment.