Commit graph

113 commits

Author SHA1 Message Date
24c7a34b0e
flake: add docker image 2023-05-28 17:19:21 +02:00
0fce9e09c4 ci: run tests
This would be where we ran tests, if we had any.
2023-05-25 17:06:16 +02:00
b77990210f ci: build docker image only on main 2023-05-25 17:06:00 +02:00
1f579be166 flake: activate formatter 2023-05-25 17:02:30 +02:00
1d29a3cc54 reformat 2023-05-25 17:02:30 +02:00
42518c499c Update test.yml 2023-05-25 16:39:40 +02:00
ef37979035
Merge pull request #1 from dadada/dependabot/github_actions/cachix/install-nix-action-21
Bump cachix/install-nix-action from 20 to 21
2023-05-25 16:35:47 +02:00
dependabot[bot]
8295b2c9c1
Bump cachix/install-nix-action from 20 to 21
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v20...v21)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 14:33:36 +00:00
a2a26f3d47
Create dependabot.yml 2023-05-25 16:33:15 +02:00
efc9a2a582
Create test.yml 2023-05-25 16:32:42 +02:00
76c772dd1d
Create docker-image.yml 2023-05-25 16:25:35 +02:00
60aae8b4f0
Move project to GitHub 2023-05-25 16:24:00 +02:00
7bc233b72b
update vendor sha 2023-04-14 18:28:27 +02:00
0ea8aa5838
update go in docker 2023-04-14 18:27:14 +02:00
0be4f5e07e
update go modules 2023-04-14 18:26:32 +02:00
7c9d3d0c88
flake.lock: Update
Flake lock file updates:

• Updated input 'flake-utils':
    'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17)
  → 'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
• Added input 'flake-utils/systems':
    'github:nix-systems/default/da67096a3b9bf56a91d16901293e51ba5b49a27e' (2023-04-09)
• Updated input 'nixpkgs':
    'path:/nix/store/yyddvwq452qsvpgb104mllpq0hkkmsqx-source?lastModified=0&narHash=sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=' (1970-01-01)
  → 'path:/nix/store/bbi5840s1wrrg0lf7b63vddfppjbqpyg-source?lastModified=1681041438&narHash=sha256-NmRGMklxBZ8Ol47CKMQxAU1F+v8ySpsHAAiC7ZL4vxY=&rev=48dcbaf7fa799509cbec85d55b8d62dcf1477d57' (2023-04-09)
2023-04-14 18:18:09 +02:00
64e19eab70
use project url to build remote url 2022-06-02 21:39:07 +02:00
1fbca6145d
Revert "skip remote creation"
This reverts commit e4bee821d8.
2022-06-02 21:26:52 +02:00
8deec15978
rename private functions and variables 2022-06-02 21:12:39 +02:00
1792848028
update ci config 2022-06-02 20:56:08 +02:00
e4bee821d8
skip remote creation 2022-06-02 20:42:06 +02:00
3fbad0b6ab
push using repo instead of remote 2022-06-02 20:30:40 +02:00
f509136d92
prevent early exit 2022-06-02 19:27:21 +02:00
5e96daaec2
remove explicit refspec 2022-06-02 19:24:38 +02:00
de4a9701b3
defer clean 2022-05-31 22:51:42 +02:00
3676190143
test refspec 2022-05-31 22:23:53 +02:00
b015a0c71e
fix refspec for remote branch 2022-05-31 22:11:43 +02:00
9f4056f34d
Revert "use refspec to set remote"
This reverts commit 9947e7c707.
2022-05-31 20:13:59 +02:00
9947e7c707
use refspec to set remote 2022-05-31 19:34:18 +02:00
707535e6fd
fix missing remote name 2022-05-31 18:41:15 +02:00
5841552c3c
use remote to push instead of repo 2022-05-31 18:35:45 +02:00
6c137ddc27
add more logging during remote creation 2022-05-31 18:10:14 +02:00
605664239f
log push errors 2022-05-31 18:01:17 +02:00
c8ab36a560
clean at the end 2022-05-31 17:55:19 +02:00
3fb9032de6
fix broken change recognition 2022-05-23 20:41:54 +02:00
0d015ae410
fix errors from missed changes 2022-05-23 19:30:54 +02:00
bd0ba1bf5e
fix unsafe concurrent access to git repo 2022-05-23 18:07:09 +02:00
f07bae94fb
fix already up-to-date 2022-05-23 17:56:35 +02:00
d22e2e77e6
fixup: add missing quotation mark 2022-05-23 17:44:19 +02:00
8fd2989b0b
fix command expansion 2022-05-23 17:37:27 +02:00
4bf801b30c
remove redundant job 2022-05-23 17:36:47 +02:00
aa0092c356
update job dependencies 2022-05-23 17:27:24 +02:00
ed2d777c77
update container 2022-05-23 17:25:16 +02:00
e545d32aed
add functionality for pushing to remote 2022-05-23 17:15:14 +02:00
a09e188789
????????????????????? 2022-05-23 00:29:49 +02:00
01e03fb5e5
????????? 2022-05-23 00:29:04 +02:00
b8b0eaf5d3
fix dind maybe 2022-05-23 00:21:50 +02:00
9385b1bae5
???? 2022-05-23 00:00:16 +02:00
efee1117d4
??? 2022-05-22 23:56:35 +02:00
d8d6837996
fix docker sha256sum 2022-05-22 23:49:05 +02:00