Skip to content

Commit 97d8cde

Browse files
committed
test
1 parent b112cf1 commit 97d8cde

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.drone.star

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ def serveExtension():
145145
"detach": True,
146146
"commands": [
147147
"pnpm build:w",
148+
"pwd",
149+
"ls -al",
148150
],
149151
},
150152
]
@@ -259,12 +261,12 @@ def dockerRelease(ctx):
259261
"name": "docker",
260262
"image": PLUGINS_DOCKER,
261263
"settings": {
262-
"username": {
263-
"from_secret": "docker_username",
264-
},
265-
"password": {
266-
"from_secret": "docker_password",
267-
},
264+
# "username": {
265+
# "from_secret": "docker_username",
266+
# },
267+
# "password": {
268+
# "from_secret": "docker_password",
269+
# },
268270
"tags": tag,
269271
"dockerfile": "Dockerfile",
270272
"repo": repo,

0 commit comments

Comments
 (0)