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:
Stefano Volpe 2023-02-15 01:12:24 +00:00 committed by 6543
parent 66cf7db148
commit c57333d3ac
6 changed files with 8 additions and 8 deletions

View File

@ -9,8 +9,8 @@
pipeline:
build:
image: codeberg.org/native-ci/android-ndk:latest
# this step gets ran on "master" and "dev" branch.
# also runs on pull requests targeting these branch.
# this step gets run on "master" and "dev" branches.
# also runs on pull requests targeting these branches.
when:
branch: [ master, dev ]
commands: |

View File

@ -11,8 +11,8 @@
pipeline:
build:
image: codeberg.org/native-ci/cpp-meson:latest
# this step gets ran on "master" and "dev" branch.
# also runs on pull requests targeting these branch.
# this step gets run on "master" and "dev" branches.
# also runs on pull requests targeting these branches.
when:
branch: [ master, dev ]
commands: |

View File

@ -31,7 +31,7 @@ pipeline:
- git config --global user.email "$CBMAIL"
- git config --global user.name "CI Builder"
- 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
- mv CBOUT _site
- chmod -R a+w _site

View File

@ -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
# check there for license information

View File

@ -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 ./APPLICATIONNAME /APPLICATIONNAME
# Uncomment and ajust if golang application exposes an port
# Uncomment and adjust if golang application exposes a port
#EXPOSE 3000
# Run application

View File

@ -26,7 +26,7 @@ pipeline:
when:
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:
image: plugins/kaniko
settings: