Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed May 23, 2022
1 parent c021272 commit 7fa2585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ build:prerelease:
--file="prebuilds/$(basename $d).tar" \
--directory=prebuilds \
"$(basename $d)";
done;
done
- >
nix-shell -I nixpkgs=./pkgs.nix --packages git gitAndTools.gh --run '
gh release \
Expand Down Expand Up @@ -499,7 +499,7 @@ release:distribution:
--file="prebuilds/$(basename $d).tar" \
--directory=prebuilds \
"$(basename $d)";
done;
done
- >
nix-shell -I nixpkgs=./pkgs.nix --packages git gitAndTools.gh --run '
gh release \
Expand Down

0 comments on commit 7fa2585

Please sign in to comment.