Skip to content

Commit 38c4767

Browse files
committed
Remove Travis config and references as it's no longer used
1 parent c364852 commit 38c4767

File tree

4 files changed

+1
-26
lines changed

4 files changed

+1
-26
lines changed

.github/workflows/update_files_for_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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'

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
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)

create-new-release.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ for file in $(find ./ga/latest ./ga/$NEW_VERSION -name Dockerfile.*); do
4949

5050
done
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
5753
cp ./ga/$OLD_VERSION/images.txt ./ga/$NEW_VERSION/images.txt;
5854
sed -i'.bak' -e "s/$OLD_VERSION/$NEW_VERSION/g" ./ga/$NEW_VERSION/images.txt;

0 commit comments

Comments
 (0)