mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-20 21:43:18 +00:00
removed unnecessary dash from yaml file
This commit is contained in:
parent
67e19df8f2
commit
cc8d495b6d
4
.github/workflows/hirs_package_linux.yml
vendored
4
.github/workflows/hirs_package_linux.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: HIRS packages for centos
|
name: HIRS build and packages for Linux
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install git curl nano cron mariadb-server
|
sudo apt-get install git curl nano cron mariadb-server
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
- uses: gradle/gradle-build-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
- name: Execute Gradle build
|
- name: Execute Gradle build
|
||||||
run: |
|
run: |
|
||||||
pushd /HIRS
|
pushd /HIRS
|
||||||
|
Loading…
Reference in New Issue
Block a user