Skip to content

Commit

Permalink
remove manifest update scripts (#2143)
Browse files Browse the repository at this point in the history
* remove manifest update scripts

No-Issue
  • Loading branch information
drodowic authored May 15, 2024
1 parent 7590723 commit 19bb297
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 126 deletions.
20 changes: 0 additions & 20 deletions .github/post-job-template.yml.j2

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,3 @@ jobs:
echo '${{toJson(needs)}}' | jq -r 'to_entries[]|select(.value.result!="success")|.key + ": " + .value.result'
echo '${{toJson(needs)}}' | jq -e 'to_entries|map(select(.value.result!="success"))|length == 0'
echo "CI says: Looks good!"
update_manifest:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: "Set GITHUB_BRANCH"
run: |
GITHUB_BRANCH=`sed 's/^refs\/heads\///' <<< $GITHUB_REF`
echo "GITHUB_BRANCH=${GITHUB_BRANCH}" >> $GITHUB_ENV
- name: Update Manifest for Ansible Hub UI
env:
GITHUB_PULL_REQUEST: ${{ github.event.number }}
MANIFEST_PASSPHRASE: ${{ secrets.MANIFEST_PASSPHRASE }}
shell: bash
run: |
cd ..
.github/workflows/scripts/update_manifest.sh
Binary file removed .github/workflows/scripts/deploy_manifest.gpg
Binary file not shown.
83 changes: 0 additions & 83 deletions .github/workflows/scripts/update_manifest.sh

This file was deleted.

4 changes: 1 addition & 3 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ plugin_name: galaxy_ng
plugins:
- app_label: galaxy
name: galaxy_ng
post_job_template:
name: update_manifest
path: galaxy_ng/.github/post-job-template.yml.j2
post_job_template: {}
pre_job_template:
name: check_commit
path: galaxy_ng/.github/pre-job-template.yml.j2
Expand Down

0 comments on commit 19bb297

Please sign in to comment.