-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
258 changed files
with
15,652 additions
and
7,719 deletions.
There are no files selected for viewing
29 changes: 0 additions & 29 deletions
29
.github/workflows/app.organisasjon-tilgang-frontend-prod.yml
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
.github/workflows/app.organisasjon-tilgang-service-prod.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
build: | ||
permissions: | ||
contents: write | ||
id-token: write | ||
packages: write | ||
runs-on: ubuntu-latest | ||
if: "!contains(github.event.head_commit.message, '[skip ci]')" | ||
steps: | ||
|
@@ -31,22 +31,6 @@ jobs: | |
- name: Build | ||
run: npm run build | ||
working-directory: ${{ inputs.working-directory }} | ||
- name: Bump version | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name $GITHUB_ACTOR | ||
COMMIT_MESSAGE=`git log -1 --pretty=%B` | ||
npm version patch | ||
git add package.json && git add package-lock.json | ||
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') | ||
git commit -m "Bump to version $PACKAGE_VERSION, $COMMIT_MESSAGE, [skip ci]" | ||
git tag $PACKAGE_VERSION | ||
working-directory: ${{ inputs.working-directory }} | ||
- name: Push changes | ||
uses: ad-m/github-push-action@master | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: ${{ github.ref }} | ||
- name: Deploy to GPR | ||
run: npm publish | ||
working-directory: ${{ inputs.working-directory }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 0 additions & 59 deletions
59
...ain/java/no/nav/dolly/bestilling/arbeidsplassencv/command/ArbeidsplassenGetCVCommand.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.