Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jun 19, 2020
1 parent 3ecce08 commit d4e2bba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -8,6 +8,11 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Fetch artifacts
run: |
aws s3 cp "s3://nix-releases/nixos/unstable/$(aws s3 ls s3://nix-releases/nixos/unstable/ | rg "/$" | tail -1 | cut -d" " -f29 | sed 's|/||')/src-url" ./artifacts/
curl -H "Content-Type: application/json" "$(cat ./artifacts/src-url)/builds" -o ./artifacts/builds.json
- name: Checking out the repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d4e2bba

Please sign in to comment.