We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f4eab commit 5af23c8Copy full SHA for 5af23c8
.gitlab-ci.yml
@@ -83,8 +83,8 @@ publish-report:
83
name: openjdk:11-jdk
84
script:
85
- touch owasp/Staticfile
86
- - touch owasp/Staticfile.auth
87
- - echo $HTPASSWORD >> owasp/Staticfile.auth
+ - echo $HTPASSWORD > owasp/Staticfile.auth
+ - mv owasp/report.html owasp/index.html
88
- curl --location "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=7.0.2&source=github-rel" | tar zx
89
- ./cf api $CF_API
90
- ./cf auth $CF_USER $CF_PASSWORD
0 commit comments