Skip to content

Commit

Permalink
feat(install): docker suit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant0wan committed Oct 29, 2023
1 parent 0f0e691 commit ae2f6aa
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 61 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: Release

#on:
# push:
# tags:
# - '[0-9]+.[0-9]+.[0-9]+*'
on:
workflow_run:
workflows: ["Shellcheck"]
types:
- completed
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+*'

Expand Down
107 changes: 54 additions & 53 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,54 @@
#name: Tests
#
#on: [push]
#
#permissions: {}
#
#jobs:
# test:
# #runs-on: ${{ matrix.os }}
# runs-on: ubuntu-latest
# timeout-minutes: 15
# strategy:
# matrix:
# #os: [ubuntu-latest, macos-latest]
# tool:
# - ansible
# - aws
# #- bash
# #- bitwarden
# - bugzilla
# - cf2tf
# - checkmake
# - c
# - essentials
# #- gitconfig
# - git
# - hadolint
# - hclq
# - jq
# - kubectx
# - kubens
# - kustomize
# - latex
# - opentofu
# - python
# - rust
# - shellcheck
# #- ssh
# #- strongswan
# - terraformdocs
# - terraform
# - tfam
# - tfexe
# - tflint
# - tfswitch
# - vault
# - vim
# - yq
# steps:
# - uses: actions/checkout@v3
# #- name: ${{ matrix.tool }} ${{ matrix.os }}
# - name: ${{ matrix.tool }}
# run: ./init.sh ${{ matrix.tool }}
name: Tests

on: [push]

permissions: {}

jobs:
test:
#runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
#os: [ubuntu-latest, macos-latest]
tool:
- ansible
- aws
#- bash
#- bitwarden
- bugzilla
- cf2tf
- checkmake
- c
- docker
- essentials
#- gitconfig
- git
- hadolint
- hclq
- jq
- kubectx
- kubens
- kustomize
- latex
- opentofu
- python
- rust
- shellcheck
#- ssh
#- strongswan
- terraformdocs
- terraform
- tfam
- tfexe
- tflint
- tfswitch
- vault
- vim
- yq
steps:
- uses: actions/checkout@v3
#- name: ${{ matrix.tool }} ${{ matrix.os }}
- name: ${{ matrix.tool }}
run: ./init.sh ${{ matrix.tool }}
3 changes: 3 additions & 0 deletions tools/docker.install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
set -o errexit
wget -q -O - https://get.docker.com/ | sh

0 comments on commit ae2f6aa

Please sign in to comment.