Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Mar 28, 2023
2 parents be6bddd + f84eefb commit 88b0972
Show file tree
Hide file tree
Showing 61 changed files with 1,728 additions and 5,002 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/LintingAutoFix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,18 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
- name: Set tag
run: sed 's/\//-/g' <<< "::set-output name=TAG::${{ steps.extract_branch.outputs.branch }}"
id: tag
- name: Get tag
run: echo "The selected tag is ${{ steps.tag.outputs.TAG }}"
- uses: actions/setup-node@v3
with:
node-version: '16.13.0'
node-version: '16.14.0'
- run: git status
- run: npm install -g yarn
- name: Prepare
Expand All @@ -49,7 +58,7 @@ jobs:
[1]: https://github.com/peter-evans/create-pull-request
labels: automated,linting
reviewers: ${{github.actor}}
branch: fix(linting)_${{github.ref}}
branch: fix(linting)_${{ steps.tag.outputs.TAG }}
- name: Check outputs
run: |
echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0

- name: Check Tag
run: |
Expand Down
17 changes: 0 additions & 17 deletions e2e/environment_template.json

This file was deleted.

17 changes: 0 additions & 17 deletions e2e/log4jsGen.js

This file was deleted.

101 changes: 0 additions & 101 deletions e2e/page_objects/application_formular.po.ts

This file was deleted.

131 changes: 0 additions & 131 deletions e2e/page_objects/application_overview.po.ts

This file was deleted.

62 changes: 0 additions & 62 deletions e2e/page_objects/cluster_overview.po.ts

This file was deleted.

Loading

0 comments on commit 88b0972

Please sign in to comment.