Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TGWolf committed Oct 13, 2021
1 parent 31dc42c commit 397a7ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 124 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
- name: Run
- name: Build on Amazon Linux ${{ matrix.version }}
run: |
Dockerfiles/amazonlinux/${{ matrix.version }}/manage.sh build
Dockerfiles/amazonlinux/${{ matrix.version }}/manage.sh build clean
centos:
runs-on: ubuntu-latest
strategy:
Expand All @@ -25,9 +25,9 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
- name: Run
- name: Build on Centos ${{ matrix.version }}
run: |
Dockerfiles/centos/${{ matrix.version }}/manage.sh build
Dockerfiles/centos/${{ matrix.version }}/manage.sh build clean
debian:
runs-on: ubuntu-latest
strategy:
Expand All @@ -38,9 +38,9 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
- name: Run
- name: Build Test on Debian ${{ matrix.version }}
run: |
Dockerfiles/debian/${{ matrix.version }}/manage.sh build
Dockerfiles/debian/${{ matrix.version }}/manage.sh build clean
ubuntu:
runs-on: ubuntu-latest
strategy:
Expand All @@ -51,9 +51,9 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Docker
uses: docker-practice/actions-setup-docker@master
- name: Run
- name: Build Test on Ubuntu ${{ matrix.version }}
run: |
Dockerfiles/ubuntu/${{ matrix.version }}/manage.sh build
Dockerfiles/ubuntu/${{ matrix.version }}/manage.sh build clean
awesomebot:
name: Awesomebot
runs-on: ubuntu-latest
Expand Down
116 changes: 0 additions & 116 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This changelog was automatically generated using [Caretaker](https://github.com/

- update [`[head]`](https://github.com/DockerToolbox/goenv/commit/)

- update [`[31dc42c]`](https://github.com/DockerToolbox/goenv/commit/31dc42ccf6d528d9173c6bbca153c8b27cefd3f0)

- update [`[701d66d]`](https://github.com/DockerToolbox/goenv/commit/701d66def586160f9f6f1170b1f79d70f7aad647)

- update [`[6767403]`](https://github.com/DockerToolbox/goenv/commit/6767403eec91dc1e03c6e59b50a4c1285489cf70)
Expand Down

0 comments on commit 397a7ee

Please sign in to comment.