Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexqzh23 committed May 1, 2024
1 parent 8fac865 commit f8407e8
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,20 +151,20 @@ spec:
workspaces:
- name: source
workspace: pipeline-workspace
- name: behave
params:
- name: BASE_URL
value: $(params.BASE_URL)
- name: WAIT_SECONDS
value: '60'
- name: DRIVER
value: chrome
runAfter:
- deploy-image
taskRef:
kind: Task
name: behave
workspaces:
- name: source
workspace: pipeline-workspace
# - name: behave
# params:
# - name: BASE_URL
# value: $(params.BASE_URL)
# - name: WAIT_SECONDS
# value: '60'
# - name: DRIVER
# value: chrome
# runAfter:
# - deploy-image
# taskRef:
# kind: Task
# name: behave
# workspaces:
# - name: source
# workspace: pipeline-workspace

0 comments on commit f8407e8

Please sign in to comment.