Skip to content

Commit

Permalink
ci: updated to latest kash
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 23, 2024
1 parent 8adbd82 commit 8b6e428
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
run: bash ./scripts/init_runner.sh ${{ github.job }}
- name: Setup workspace
env:
GITHUB_DEVELOPMENT_PAT: ${{ secrets.GH_DEVELOPMENT_PAT }}
GITHUB_DEVELOPMENT_TOKEN: ${{ secrets.GH_DEVELOPMENT_TOKEN }}
run: bash ./scripts/setup_workspace.sh
- name: Build job
env:
SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
run: bash ./scripts/build.sh -p -r ${{ github.job }} -v ${{ matrix.variant }}

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# k-hubeau

[![Latest Release](https://img.shields.io/github/v/tag/kalisio/k-hubeau?sort=semver&label=latest)](https://github.com/kalisio/k-hubeau/releases)
[![ci](https://github.com/kalisio/k-hubeau/actions/workflows/main.yaml/badge.svg)](https://github.com/kalisio/k-hubeau/actions/workflows/main.yaml)
[![CI](https://github.com/kalisio/k-hubeau/actions/workflows/main.yaml/badge.svg)](https://github.com/kalisio/k-hubeau/actions/workflows/main.yaml)
[![Code Climate](https://codeclimate.com/github/kalisio/k-hubeau/badges/gpa.svg)](https://codeclimate.com/github/kalisio/k-hubeau)
[![Test Coverage](https://codeclimate.com/github/kalisio/k-hubeau/badges/coverage.svg)](https://codeclimate.com/github/kalisio/k-hubeau/coverage)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A [Krawler](https://kalisio.github.io/krawler/) based service to download data from French open portal [Hub'Eau](https://hubeau.eaufrance.fr/)

Expand Down
2 changes: 1 addition & 1 deletion scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ THIS_DIR=$(dirname "$THIS_FILE")
### Github Actions

init_github_build() {
install_reqs age sops nvm node16
install_reqs age sops
}

begin_group "Init $CI_ID for $JOB_ID"
Expand Down
2 changes: 1 addition & 1 deletion scripts/kash
2 changes: 1 addition & 1 deletion scripts/setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin_group "Setting up workspace ..."

if [ "$CI" = true ]; then
WORKSPACE_DIR="$(dirname "$ROOT_DIR")"
DEVELOPMENT_REPO_URL="https://$GITHUB_DEVELOPMENT_PAT@github.com/kalisio/development.git"
DEVELOPMENT_REPO_URL="https://$GITHUB_DEVELOPMENT_TOKEN@github.com/kalisio/development.git"
else
while getopts "b:t" option; do
case $option in
Expand Down

0 comments on commit 8b6e428

Please sign in to comment.