mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-21 02:01:24 +00:00
removed pushd
This commit is contained in:
parent
4ea7be00bc
commit
90a5af2cd7
5
.github/workflows/hirs_package_linux.yml
vendored
5
.github/workflows/hirs_package_linux.yml
vendored
@ -50,7 +50,9 @@ jobs:
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Execute Gradle build
|
||||
run: |
|
||||
pushd /HIRS
|
||||
pwd
|
||||
ls
|
||||
echo "build starts here ....."
|
||||
./gradlew build;
|
||||
./gradlew bootWar;
|
||||
./gradlew buildDeb;
|
||||
@ -62,7 +64,6 @@ jobs:
|
||||
cp HIRS_AttestationCAPortal/build/libs/HIRS_AttestationCAPortal.war /HIRS/artifacts/wars/.
|
||||
cp HIRS_AttestationCAPortal/build/distributions/*.rpm /HIRS/artifacts/rpms/.
|
||||
cp HIRS_AttestationCAPortal/build/distributions/*.deb /HIRS/artifacts/debs/.
|
||||
popd
|
||||
- name: Archive RPM files
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user