Skip to content

Commit

Permalink
#16: Updated script-languages-container-tool (#17)
Browse files Browse the repository at this point in the history
Fixes #16
  • Loading branch information
tomuben authored May 25, 2022
1 parent 241bd46 commit f08a692
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 25 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
name: Run Unit Tests

on:
push:
branches:
- main
pull_request:
on: [push]

jobs:
check_setup_py:
environment: AWS
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_setup_py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
check-version-numbers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python 3.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python 3.8 for integration-test-docker-environment
Expand All @@ -29,7 +29,7 @@ jobs:
needs: check-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Python 3.8
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run shellcheck
run: ./scripts/build/shellcheck.sh
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
.pytest_cache
.gitignore
dist
8 changes: 4 additions & 4 deletions doc/changes/changes_0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# script-languages-container-ci-setup 0.2.0, released t.b.d.
# script-languages-container-ci-setup 0.2.0, released 2022-05-25

Code name: t.b.d.
Code name: Use script-languages-container-tool 0.14.0 and bugfix for CI webhook filter

## Summary

t.b.d.
This release updates to script-languages-container-tool 0.14.0 and contains a minor bugfix for the ci build webhook filter.


## Bug Fixes
Expand All @@ -13,7 +13,7 @@ t.b.d.

## Features / Enhancements

n/a
- #16: Updated script-languages-container-tool

## Documentation

Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ python = ">=3.8.0,<4.0"
click = "^8.1.3"
jinja2 = ">=3.1.0"
exasol_error_reporting_python = { git = "https://github.com/exasol/error-reporting-python.git", branch = "0.2.0" }
exasol_script_languages_container_tool = { url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.13.0/exasol_script_languages_container_tool-0.13.0-py3-none-any.whl" }
exasol-script-languages-container-ci = {url = "https://github.com/exasol/script-languages-container-ci/releases/download/0.1.0/exasol_script_languages_container_ci-0.1.0-py3-none-any.whl"}
exasol_script_languages_container_tool = { url = "https://github.com/exasol/script-languages-container-tool/releases/download/0.14.0/exasol_script_languages_container_tool-0.14.0-py3-none-any.whl" }
exasol-script-languages-container-ci = {url = "https://github.com/exasol/script-languages-container-ci/releases/download/0.2.0/exasol_script_languages_container_ci-0.2.0-py3-none-any.whl"}

boto3 = "^1.22.0"
jsonschema = "^3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
'boto3>=1.22.0,<2.0.0',
'click>=8.1.3,<9.0.0',
'exasol-script-languages-container-ci @ '
'https://github.com/exasol/script-languages-container-ci/releases/download/0.1.0/exasol_script_languages_container_ci-0.1.0-py3-none-any.whl',
'https://github.com/exasol/script-languages-container-ci/releases/download/0.2.0/exasol_script_languages_container_ci-0.2.0-py3-none-any.whl',
'exasol_error_reporting_python @ '
'git+https://github.com/exasol/error-reporting-python.git@0.2.0',
'exasol_script_languages_container_tool @ '
'https://github.com/exasol/script-languages-container-tool/releases/download/0.13.0/exasol_script_languages_container_tool-0.13.0-py3-none-any.whl',
'https://github.com/exasol/script-languages-container-tool/releases/download/0.14.0/exasol_script_languages_container_tool-0.14.0-py3-none-any.whl',
'jinja2>=3.1.0',
'jsonschema>=3.2.0,<4.0.0']

Expand Down

0 comments on commit f08a692

Please sign in to comment.