From 7665d03ecb84eac2bd65c0c9138aa78f3d481422 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Mon, 7 Nov 2022 21:12:26 +0100 Subject: [PATCH] test --- .woodpecker.yml | 10 +++++++++- example/router/lol.txt | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5d63189..6d7035c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,4 +8,12 @@ pipeline: - npm ci - mkdir build - npm run build - - ls build \ No newline at end of file + - ls build + - echo $${CI_REPO} + - echo $${CI_REPO_OWNER} + - echo $${CI_REPO_NAME} + - echo $${CI_REPO_SCM} + - echo $${CI_REPO_LINK} + - echo $${CI_REPO_REMOTE} + - echo $${CI_REPO_DEFAULT_BRANCH} + - echo $${CI_REPO_PRIVATE} \ No newline at end of file diff --git a/example/router/lol.txt b/example/router/lol.txt index 6b3c98f..babe61f 100644 --- a/example/router/lol.txt +++ b/example/router/lol.txt @@ -1,2 +1,3 @@ test: -1 \ No newline at end of file +1 +2 \ No newline at end of file