Move project to GitHub
This commit is contained in:
parent
7bc233b72b
commit
60aae8b4f0
4 changed files with 7 additions and 7 deletions
|
@ -11,8 +11,8 @@ The CI-config in `lib/gitlab-ci.yml` can be used in your project by including th
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
include:
|
include:
|
||||||
- project: 'fginfo/pad-archiver'
|
- https://raw.githubusercontent.com/dadada/pad-archiver/main/lib/gitlab-ci.yml
|
||||||
file: 'lib/gitlab-ci.yml'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The project that includes the CI configuration has to provide the environment variable `CI_ACCESS_TOKEN`. The variable must contain a project access token that can push commits to your project.
|
The project that includes the CI configuration has to provide the environment variable `CI_ACCESS_TOKEN`.
|
||||||
|
The variable must contain a project access token that can push commits to your project.
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module git.fginfo.tu-bs.de/fginfo/pad-archiver
|
module github.com/dadada/pad-archiver
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ stages:
|
||||||
- update
|
- update
|
||||||
|
|
||||||
update:
|
update:
|
||||||
image: git.fginfo.tu-bs.de:5050/fginfo/pad-archiver:main
|
image: dadada/pad-archiver
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
stage: update
|
stage: update
|
||||||
|
|
|
@ -6,8 +6,8 @@ buildGoModule {
|
||||||
vendorSha256 = "sha256-vBni3j3o0P13PJg/Ab1ux9zSVr05Iha/sb8dVTX4G0g=";
|
vendorSha256 = "sha256-vBni3j3o0P13PJg/Ab1ux9zSVr05Iha/sb8dVTX4G0g=";
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Archives Etherpads with git";
|
description = "Archives Etherpads with git";
|
||||||
homepage = "https://git.fginfo.tu-bs.de/fginfo/pad-archiver";
|
homepage = "https://github.com/dadada/pad-archiver";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ "y0067212" ];
|
maintainers = [ "dadada" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue