We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b112cf1 commit 97d8cdeCopy full SHA for 97d8cde
.drone.star
@@ -145,6 +145,8 @@ def serveExtension():
145
"detach": True,
146
"commands": [
147
"pnpm build:w",
148
+ "pwd",
149
+ "ls -al",
150
],
151
},
152
]
@@ -259,12 +261,12 @@ def dockerRelease(ctx):
259
261
"name": "docker",
260
262
"image": PLUGINS_DOCKER,
263
"settings": {
- "username": {
- "from_secret": "docker_username",
264
- },
265
- "password": {
266
- "from_secret": "docker_password",
267
+ # "username": {
+ # "from_secret": "docker_username",
+ # },
+ # "password": {
268
+ # "from_secret": "docker_password",
269
270
"tags": tag,
271
"dockerfile": "Dockerfile",
272
"repo": repo,
0 commit comments