Skip to content

Commit

Permalink
Rollback some stupid stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gtjoseph committed Oct 10, 2024
1 parent 15f0aa0 commit 0ef0745
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/AsteriskUnitGateTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,39 +70,6 @@ on:
TOKEN:
required: true

env:
GH_TOKEN: ${{ secrets.TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
ASTERISK_REPO: ${{ inputs.asterisk_repo }}
BASE_BRANCH: ${{ inputs.base_branch }}
IS_CHERRY_PICK: ${{ inputs.is_cherry_pick }}
PR_NUMBER: ${{ inputs.pr_number }}
CACHE_DIR: ${{ github.workspace }}/${{ inputs.output_cache_dir }}
REPO_DIR: ${{ github.event.repository.name }}
REPO_ORG: ${{ github.event.repository.owner.login }}
OUTPUT_DIR: ${{ github.workspace }}/${{ inputs.output_cache_dir }}/output
ACTIONS_OWNER: ${{ fromJSON(inputs.actions_ref).owner }}
ACTIONS_REPO: ${{ fromJSON(inputs.actions_ref).repo }}
ACTIONS_BRANCH: ${{ fromJSON(inputs.actions_ref).branch }}
SCRIPT_DIR: ${{ github.workspace }}/asterisk-ci-actions/scripts



jobs:
Setup:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Setup Runner
run: |
# Setup
wget -qO asterisk-ci-actions.tar.gz \
https://github.com/${ACTIONS_OWNER}/${ACTIONS_REPO}/archive/refs/heads/${ACTIONS_BRANCH}.tar.gz
tar -xf asterisk-ci-actions.tar.gz --transform="s/^${ACTIONS_REPO}-${ACTIONS_BRANCH}/asterisk-ci-actions/g"
Build:
needs: [ Setup ]
uses: ./.github/workflows/AsteriskBuildAndCache.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RunAsteriskGateTests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'RunAsteriskGateTests'
name: 'RunGateTests'
on:
workflow_call:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RunAsteriskUnitTests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'RAUT'
name: RunUnitTests
on:
workflow_call:
inputs:
Expand Down

0 comments on commit 0ef0745

Please sign in to comment.