Skip to content

Commit

Permalink
[feat] use fixcore
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Feb 26, 2024
1 parent c1004fa commit 883bacb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/fixclient_test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ on:
branches:
- main
paths:
- 'resotoclient/**'
- 'fixclient/**'
- '.github/**'
tags:
- "*.*.*"
pull_request:
paths:
- 'resotoclient/**'
- 'fixclient/**'
- '.github/**'

jobs:
resotoclient-test-and-build:
name: "Test and build (resotoclient)"
fixclient-test-and-build:
name: "Test and build (fixclient)"
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -27,12 +27,12 @@ jobs:
ARANGO_NO_AUTH: 1
ports:
- 8529:8529
resotocore:
image: somecr.io/someengineering/resotocore:3.3.3
fixcore:
image: somecr.io/someengineering/fixcore:4.0.0
env:
RESOTOCORE_ANALYTICS_OPT_OUT: true
RESOTOCORE_GRAPHDB_SERVER: http://arangodb:8529
RESOTOCORE_OVERRIDE: "resotocore.api.web_hosts=0.0.0.0"
FIXCORE_ANALYTICS_OPT_OUT: true
FIXCORE_GRAPHDB_SERVER: http://arangodb:8529
FIXCORE_OVERRIDE: "resotocore.api.web_hosts=0.0.0.0"
ports:
- 8900:8900

Expand All @@ -59,7 +59,7 @@ jobs:
uses: jwalton/gh-docker-logs@v2
- name: Run nox
env:
RESOTOCORE_ANALYTICS_OPT_OUT: true
FIXCORE_ANALYTICS_OPT_OUT: true
run: nox
- name: Build a binary wheel and a source tarball
run: >-
Expand All @@ -69,5 +69,5 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_RESOTOCLIENT }}
password: ${{ secrets.PYPI_FIXCLIENT }}
packages_dir: ./dist/

0 comments on commit 883bacb

Please sign in to comment.