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