mirror test
This commit is contained in:
17
.build.yml
Normal file
17
.build.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
image: alpine/edge
|
||||||
|
secrets:
|
||||||
|
- "cat ${config.sops.secrets.ssh_user.path}"
|
||||||
|
sources:
|
||||||
|
- git@git.sr.ht:~canasta/cnix
|
||||||
|
environment:
|
||||||
|
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no
|
||||||
|
tasks:
|
||||||
|
- setup: |
|
||||||
|
# This is for not having to cd into your <repo> for each task
|
||||||
|
echo 'cd <repo>' >> ~/.buildenv
|
||||||
|
- check: |
|
||||||
|
if [ "$(git rev-parse origin/main)" != "$(git rev-parse HEAD)" ]; then \
|
||||||
|
complete-build; \
|
||||||
|
fi
|
||||||
|
- mirror: |
|
||||||
|
git push --force --mirror git@github.com:cnsta/cnix.git
|
||||||
14
flake.lock
generated
14
flake.lock
generated
@@ -684,11 +684,11 @@
|
|||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723824059,
|
"lastModified": 1723912396,
|
||||||
"narHash": "sha256-3AebH/B40viTNVJpgiQkfptVe4aRTfyffa8rjUNB0pU=",
|
"narHash": "sha256-0WPlm74yNZut7lCbc0gpuWJsvA7o0XqbJW6I7oKVXak=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "c5feee1e357f3c3c59ebe406630601c627807963",
|
"rev": "92744b5b9aa386257bf243c957ab64f7f4171a19",
|
||||||
"revCount": 5098,
|
"revCount": 5099,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
@@ -1082,11 +1082,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs-small": {
|
"nixpkgs-small": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723850757,
|
"lastModified": 1723895289,
|
||||||
"narHash": "sha256-Lqn8eyTjACro7a3ed3+cBbmxqMfZYG3Id9VpShdQWC4=",
|
"narHash": "sha256-MOV25tevdwqJvMHsF2rV9d/I8v6CgYLh7vuK4Igb03M=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6845e6ff1ce315870e98b53b300fc5175ed73211",
|
"rev": "b959f399d27ce028a0a87317b45306b4c3c8a1b1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
Reference in New Issue
Block a user