Skip to content

Commit

Permalink
[BOT] Set version for this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-saagie authored and EmilienLeroux committed Oct 4, 2024
1 parent 5d829fc commit e4f4059
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ customFlags: []
readme: /technologies/app/saagie-app-storages-backup-restore/README.md

contexts:
- id: saagie-app-storages-backup-restore-2024.04
- id: saagie-app-storages-backup-restore-2024-04
label: For Saagie 2024.04
releaseNotes: ""
available: true
Expand All @@ -29,4 +29,4 @@ contexts:
dockerInfo:
image: "saagie/saagie-app-storages-backup-restore"
baseTag: "2024.04-0.1"
version: "2024.04-0.1-1.191.0_SDKTECHNO-271"
version: "2024.04-0.1-1.191.0_SDKTECHNO-271"
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
/*
* SPDX-License-Identifier: Apache-2.0
*
* Copyright 2019-2021.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import com.bmuschko.gradle.docker.DockerRemoteApiPlugin
import com.saagie.technologies.SaagieTechnologiesGradlePlugin

apply<DockerRemoteApiPlugin>()
apply<SaagieTechnologiesGradlePlugin>()

0 comments on commit e4f4059

Please sign in to comment.