Skip to content

Commit

Permalink
Set version back to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Oct 11, 2023
1 parent ebeb794 commit e733488
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tasks/build-with-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
description: |
Builds Gradle applications and libraries.
See https://github.com/opendevstack/ods-pipeline-gradle/blob/v0.2.1/docs/tasks/build.adoc
See https://github.com/opendevstack/ods-pipeline-gradle/blob/vlatest/docs/tasks/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -116,7 +116,7 @@ spec:
steps:
- name: build-gradle
# Image is built from build/images/Dockerfile.gradle-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset:0.2.1'
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset:latest'
env:
- name: DEBUG
valueFrom:
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 Gradle applications and libraries.
See https://github.com/opendevstack/ods-pipeline-gradle/blob/v0.2.1/docs/tasks/build.adoc
See https://github.com/opendevstack/ods-pipeline-gradle/blob/vlatest/docs/tasks/build.adoc
params:
- name: working-dir
description: |
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
steps:
- name: build-gradle
# Image is built from build/images/Dockerfile.gradle-toolset.
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset:0.2.1'
image: 'ghcr.io/opendevstack/ods-pipeline-gradle/gradle-toolset:latest'
env:
- name: DEBUG
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
latest

0 comments on commit e733488

Please sign in to comment.