Update readme
This commit is contained in:
parent
302035e1b9
commit
23e9bbb807
14
README.md
14
README.md
@ -16,7 +16,7 @@ Nexus server named `APK_REPO_CRED`.
|
|||||||
`.gitlab-ci.yml`
|
`.gitlab-ci.yml`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
image: jar3b/alpine-builder:3.7
|
image: jar3b/alpine-builder:3.8
|
||||||
stages:
|
stages:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
@ -38,18 +38,20 @@ release:
|
|||||||
Another option for gitlab-ci is using build artifacts like so:
|
Another option for gitlab-ci is using build artifacts like so:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
image: jar3b/alpine-builder:3.7
|
|
||||||
stages:
|
stages:
|
||||||
- release
|
- build
|
||||||
|
|
||||||
release:
|
build:
|
||||||
stage: release
|
image: jar3b/alpine-builder:3.8
|
||||||
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
RV: "1.0.1-r1"
|
RV: "1.0.1-r1"
|
||||||
script:
|
script:
|
||||||
- abuild checksum
|
- abuild checksum
|
||||||
- abuild -r
|
- abuild -r
|
||||||
- cd /home/builder/packages/${CI_PROJECT_NAMESPACE}/x86_64
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- /home/builder/packages/$CI_PROJECT_NAME/x86_64/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Available versions:
|
## Available versions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user