Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jan 3, 2024
1 parent ef067dd commit b65dae9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 102 deletions.
16 changes: 0 additions & 16 deletions .github/actions/before-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ runs:
steps:
- uses: ./.github/actions/setup

- name: setup S3 caching
shell: bash
run: |
S3_DBP_PATH="s3://alfresco-travis-builds/aca"
if [ "${{ github.event_name }}" == "push" ]; then
S3_DBP_ROOT_FOLDER="$S3_DBP_PATH/$BRANCH_NAME"
elif [ "${{ github.event_name }}" == "pull_request" ]; then
S3_DBP_ROOT_FOLDER="$S3_DBP_PATH/$BRANCH_NAME"
echo "BASE_HASH=origin/$BRANCH_NAME" >> $GITHUB_ENV
elif [ "${{ github.event_name }}" == "schedule" ]; then
S3_DBP_ROOT_FOLDER="$S3_DBP_PATH/cron"
else
S3_DBP_ROOT_FOLDER="$S3_DBP_PATH/api"
fi
- name: ADF linking
if: ${{ github.event_name == 'pull_request'}}
uses: ./.github/actions/adf-linking
45 changes: 0 additions & 45 deletions .github/actions/download-job-artifact/action.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/actions/upload-job-artifact/action.yml

This file was deleted.

0 comments on commit b65dae9

Please sign in to comment.