Skip to content

Commit

Permalink
normal
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Aug 4, 2024
1 parent ad25b94 commit 7a94de0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ jobs:
JF_URL: ${{ secrets.JF_URL_OIDC }}
#JF_USER: ${{ secrets.JF_USER_OIDC }}
#JF_PASSWORD: ${{ secrets.JF_PASSWORD_OIDC }}
JF_PROJECT: jfac
#JF_PROJECT: jfac
#JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
with:
#download-repository: generic-local-robi
#disable-job-summary: true
#version: 2.59.1
oidc-provider-name: oidc-project-robi
#oidc-provider-name: oidc-normal-robi
#oidc-provider-name: oidc-project-robi
oidc-provider-name: oidc-normal-robi

- name: Generic build
run: |
jf -v
jf rt ping
cd bash-example
jf rt u ./deploy-file.sh jfac-generic-local/ --module=generic-module
#jf rt u ./deploy-file.sh example-repo-local/ --module=generic-module
#jf rt u ./deploy-file.sh jfac-generic-local/ --module=generic-module
jf rt u ./deploy-file.sh example-repo-local/ --module=generic-module
- name: Publish build info
run: |
Expand Down

0 comments on commit 7a94de0

Please sign in to comment.