mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-11 12:55:19 -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:
|
||||
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: |
|
||||
|
@ -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: |
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user