Skip to content

Commit

Permalink
Only stage version.txt like in frontend (infra) (canonical#929)
Browse files Browse the repository at this point in the history
Only stage version.txt like in frontend
  • Loading branch information
Hook25 authored Jan 11, 2024
1 parent ff8ab68 commit f6dfb80
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checkbox-snap/series_classic16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down
2 changes: 2 additions & 0 deletions checkbox-snap/series_classic18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down
2 changes: 2 additions & 0 deletions checkbox-snap/series_classic20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down
2 changes: 2 additions & 0 deletions checkbox-snap/series_classic22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down
2 changes: 2 additions & 0 deletions checkbox-snap/series_uc16/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down
2 changes: 2 additions & 0 deletions checkbox-snap/series_uc18/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down
2 changes: 2 additions & 0 deletions checkbox-snap/series_uc20/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down
2 changes: 2 additions & 0 deletions checkbox-snap/series_uc22/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ parts:
export version=`cat $SNAPCRAFT_PART_SRC/version.txt`
[ $version ] || exit 1
snapcraftctl set-version $version
stage:
- version.txt
launchers:
plugin: dump
source: launchers/
Expand Down

0 comments on commit f6dfb80

Please sign in to comment.