Skip to content

Commit

Permalink
Fix accidental rebase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Feb 13, 2024
1 parent 6510018 commit a212dc0
Showing 1 changed file with 0 additions and 64 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/package-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,125 +20,61 @@ jobs:
with:
package-name: 'exascaleworkflowsandbox/spack-stack-gnu-openmpi'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'
-
name: Remove untagged versions of exascaleworkflowsandbox/frontend
uses: actions/delete-package-versions@v4
with:
package-name: 'exascaleworkflowsandbox/frontend'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'
-
name: Remove untagged versions of exascaleworkflowsandbox/master
uses: actions/delete-package-versions@v4
with:
package-name: 'exascaleworkflowsandbox/master'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'
-
name: Remove untagged versions of exascaleworkflowsandbox/node
uses: actions/delete-package-versions@v4
with:
package-name: 'exascaleworkflowsandbox/node'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'
-
name: Remove untagged versions of exascaleworkflowsandbox/flux-cache-amd64
uses: actions/delete-package-versions@v4
with:
package-name: 'exascaleworkflowsandbox/flux-cache-amd64'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'
-
name: Remove untagged versions of exascaleworkflowsandbox/flux-cache-arm64
uses: actions/delete-package-versions@v4
with:
package-name: 'exascaleworkflowsandbox/flux-cache-arm64'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'
-
name: Remove untagged versions of exascaleworkflowsandbox/spack-stack-gnu-openmpi-cache-amd64
uses: actions/delete-package-versions@v4
with:
package-name: 'exascaleworkflowsandbox/spack-stack-gnu-openmpi-cache-amd64'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'
-
name: Remove untagged versions of exascaleworkflowsandbox/spack-stack-gnu-openmpi-cache-arm64
uses: actions/delete-package-versions@v4
with:
package-name: 'exascaleworkflowsandbox/spack-stack-gnu-openmpi-cache-arm64'
package-type: 'container'
<<<<<<< HEAD
<<<<<<< HEAD
min-versions-to-keep: 0
=======
min-versions-to-keep: 1
>>>>>>> 8d44464 (Add GitHub workflow to remove untagged container packages)
=======
min-versions-to-keep: 0
>>>>>>> ac88847 (Don't keep any untagged package versions)
delete-only-untagged-versions: 'true'

0 comments on commit a212dc0

Please sign in to comment.