Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Aug 30, 2023
1 parent 6e97de9 commit b2d1e6e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,8 @@ jobs:
mkdir _libraries
git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-library.git _libraries/ipl
git clone --depth 1 -b snapshot/nightly https://github.com/Icinga/icinga-php-thirdparty.git _libraries/vendor
LOCATION=$(curl -s https://api.github.com/repos/Icinga/icingaweb2-module-incubator/releases/latest \
| grep "tag_name" \
| awk '{print "https://github.com/Icinga/icingaweb2-module-incubator/archive/" substr($2, 2, length($2)-3) ".tar.gz"}')
mkdir -p _icingaweb2/modules/incubator
curl -L -o icingaweb2-module-incubator.tar.gz $LOCATION
tar -xzf icingaweb2-module-incubator.tar.gz --strip-components=1 -C _icingaweb2/modules/incubator
git clone --depth 1 https://github.com/Icinga/icingaweb2-module-incubator _icingaweb2/modules/incubator
cd _icingaweb2/modules/incubator && bin/make-release.sh snapshot
- name: PHPUnit
env:
Expand Down

0 comments on commit b2d1e6e

Please sign in to comment.