gib
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
FloatingGhost 2022-12-14 09:44:54 +00:00
parent cfd286c912
commit 30b6a9ac51
2 changed files with 11 additions and 0 deletions

View File

@ -30,6 +30,7 @@ pipeline:
branch:
- develop
- stable
- v1-urls
image: node:14
commands:
- git config --global url."https://github.com/".insteadOf git://github.com/
@ -43,6 +44,7 @@ pipeline:
branch:
- develop
- stable
- v1-urls
image: node:16
secrets:
- SCW_ACCESS_KEY

9
admin-fe.iml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>