mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +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:
|
||||
push:
|
||||
branches:
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install git curl nano cron mariadb-server
|
||||
- name: Setup Gradle
|
||||
- uses: gradle/gradle-build-action@v2
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Execute Gradle build
|
||||
run: |
|
||||
pushd /HIRS
|
||||
|
Loading…
Reference in New Issue
Block a user