testing pwd
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-07 11:28:27 +01:00
parent c144c5b241
commit 0ec97cd6c6
+6 -6
View File
@@ -2,11 +2,11 @@ kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
- npm run build
# - name: build
# image: node
# commands:
# - npm install
# - npm run build
- name: deploy
image: alpine
@@ -14,7 +14,7 @@ steps:
- name: www-next
path: /www-next
commands:
- ls /www-next
- pwd
volumes:
- name: www-next