Skip to content

Commit

Permalink
removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC committed Oct 3, 2024
1 parent 4cc37fe commit 586710f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 101 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/pr_check_copy.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/pr_copied_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "One or more files in the staging folder has changed."
echo "Files that have changed: $STAGING_ALL_CHANGED_FILES"
echo "result=true" >> "$GITHUB_OUTPUT"
ls -l ${{ github.workspace }}/.github/workflows/
for file in ${{ steps.changed-files.outputs.staging_all_changed_files }}; do
res=$( ${{ github.workspace }}/.github/workflows/pr_check_copies.sh "$file" "staging" "dev" )
echo $res
Expand Down
2 changes: 1 addition & 1 deletion charts/prod/argocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: argocd
version: 1.0.2
version: 1.0.0
2 changes: 1 addition & 1 deletion charts/staging/argocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiVersion: v2
name: argocd
version: 1.0.5
version: 1.0.0
49 changes: 0 additions & 49 deletions scripts/pr_check_copies.sh

This file was deleted.

0 comments on commit 586710f

Please sign in to comment.