Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Sep 29, 2023
1 parent 679ac7c commit 5b778da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-npm.git }
- { name: revision, value: main }
- { name: revision, value: v0.1.0 }
- { name: pathInRepo, value: tasks/build.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
Expand Down
4 changes: 2 additions & 2 deletions tasks/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Builds NPM applications.
See https://github.com/opendevstack/ods-pipeline-npm/blob/vlatest/docs/build.adoc
See https://github.com/opendevstack/ods-pipeline-npm/blob/v0.1.0/docs/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
steps:
- name: build-npm
# Image is built from build/images/Dockerfile.node<xx>-npm-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-npm/node$(params.node-version)-npm-toolset:latest'
image: 'ghcr.io/opendevstack/ods-pipeline-npm/node$(params.node-version)-npm-toolset:0.1.0'
env:
- name: HOME
value: '/tekton/home'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
latest
0.1.0

0 comments on commit 5b778da

Please sign in to comment.