File tree Expand file tree Collapse file tree 4 files changed +1
-26
lines changed Expand file tree Collapse file tree 4 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 4545 default_author : github_actions
4646 author_name : GitHub Actions
4747 message : " Updates for the release of ${{ inputs.NEW_VERSION }}"
48- add : ' ${{ github.workspace }}/ga/* ${{ github.workspace }}/.travis.yml '
48+ add : ' ${{ github.workspace }}/ga/*'
4949 new_branch : " ${{ inputs.NEW_VERSION }}-release"
5050 push : true
5151 tag_push : ' --force'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/WASdev/ci.docker.svg?branch=master )] ( https://travis-ci.org/WASdev/ci.docker )
21# WebSphere Application Server Liberty and Containers
32
43- [ WebSphere Application Server Liberty and Containers] ( #websphere-application-server-liberty-and-containers )
Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ for file in $(find ./ga/latest ./ga/$NEW_VERSION -name Dockerfile.*); do
4949
5050done
5151
52- # Update the .travis.yml file.
53- sed -i' .bak' -e " s/RELEASE=\.\.\/ga\/$OLD_VERSION /RELEASE=\.\.\/ga\/$NEW_VERSION /" ./.travis.yml;
54- rm ./.travis.yml.bak;
55-
5652# Update the images.txt file
5753cp ./ga/$OLD_VERSION /images.txt ./ga/$NEW_VERSION /images.txt;
5854sed -i' .bak' -e " s/$OLD_VERSION /$NEW_VERSION /g" ./ga/$NEW_VERSION /images.txt;
You can’t perform that action at this time.
0 commit comments