mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-12 05:15:00 -04:00
Fix some spelling/grammar mistakes in various CI examples (#17)
Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/17 Co-authored-by: Stefano Volpe <stefano.volpe2@studio.unibo.it> Co-committed-by: Stefano Volpe <stefano.volpe2@studio.unibo.it>
This commit is contained in:
parent
66cf7db148
commit
c57333d3ac
@ -9,8 +9,8 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: codeberg.org/native-ci/android-ndk:latest
|
image: codeberg.org/native-ci/android-ndk:latest
|
||||||
# this step gets ran on "master" and "dev" branch.
|
# this step gets run on "master" and "dev" branches.
|
||||||
# also runs on pull requests targeting these branch.
|
# also runs on pull requests targeting these branches.
|
||||||
when:
|
when:
|
||||||
branch: [ master, dev ]
|
branch: [ master, dev ]
|
||||||
commands: |
|
commands: |
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: codeberg.org/native-ci/cpp-meson:latest
|
image: codeberg.org/native-ci/cpp-meson:latest
|
||||||
# this step gets ran on "master" and "dev" branch.
|
# this step gets run on "master" and "dev" branches.
|
||||||
# also runs on pull requests targeting these branch.
|
# also runs on pull requests targeting these branches.
|
||||||
when:
|
when:
|
||||||
branch: [ master, dev ]
|
branch: [ master, dev ]
|
||||||
commands: |
|
commands: |
|
||||||
|
@ -31,7 +31,7 @@ pipeline:
|
|||||||
- git config --global user.email "$CBMAIL"
|
- git config --global user.email "$CBMAIL"
|
||||||
- git config --global user.name "CI Builder"
|
- git config --global user.name "CI Builder"
|
||||||
- git config --global init.defaultBranch pages
|
- git config --global init.defaultBranch pages
|
||||||
# clone and move the taret repo
|
# clone and move the target repo
|
||||||
- git clone -b pages https://codeberg.org/CBUSER/CBOUT.git
|
- git clone -b pages https://codeberg.org/CBUSER/CBOUT.git
|
||||||
- mv CBOUT _site
|
- mv CBOUT _site
|
||||||
- chmod -R a+w _site
|
- chmod -R a+w _site
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# This config shows how to handle Python-CI focusing on code quaility
|
# This config shows how to handle Python-CI focusing on code quality
|
||||||
# was taken from https://codeberg.org/sail.black/serial-sphinx/src/branch/main/.woodpecker.yml
|
# was taken from https://codeberg.org/sail.black/serial-sphinx/src/branch/main/.woodpecker.yml
|
||||||
# check there for license information
|
# check there for license information
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica
|
|||||||
# Copy prebuild Go binary into container
|
# Copy prebuild Go binary into container
|
||||||
COPY ./APPLICATIONNAME /APPLICATIONNAME
|
COPY ./APPLICATIONNAME /APPLICATIONNAME
|
||||||
|
|
||||||
# Uncomment and ajust if golang application exposes an port
|
# Uncomment and adjust if golang application exposes a port
|
||||||
#EXPOSE 3000
|
#EXPOSE 3000
|
||||||
|
|
||||||
# Run application
|
# Run application
|
||||||
|
@ -26,7 +26,7 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
|
|
||||||
# Builds and publish a docker container to DockerHub from the main-branch
|
# Builds and publishes a docker container to DockerHub from the main-branch
|
||||||
publish-docker-latest:
|
publish-docker-latest:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user