From 85d7583d0bd9e89b7df27e3421316adde2853353 Mon Sep 17 00:00:00 2001 From: Teodoro Cook Date: Fri, 27 Oct 2023 12:50:41 -0600 Subject: [PATCH] Fix molecule directory references (#9) --- .github/workflows/lint.yml | 4 ++-- .github/workflows/molecule.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd8d1c4..c2fcb67 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ on: defaults: run: - working-directory: 'nephelaiio.mongos' + working-directory: 'nephelaiio.rabbitmq' jobs: @@ -22,7 +22,7 @@ jobs: - name: Check out the codebase uses: actions/checkout@v4 with: - path: 'nephelaiio.mongos' + path: 'nephelaiio.rabbitmq' - name: Set up python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 731fde9..6e774cb 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -12,7 +12,7 @@ on: defaults: run: - working-directory: 'nephelaiio.mongos' + working-directory: 'nephelaiio.rabbitmq' jobs: @@ -37,7 +37,7 @@ jobs: - name: Check out the codebase uses: actions/checkout@v4 with: - path: 'nephelaiio.mongos' + path: 'nephelaiio.rabbitmq' - name: Set up python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77fff7d..9724a1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ on: defaults: run: - working-directory: 'nephelaiio.mongos' + working-directory: 'nephelaiiorabbitmq' jobs: @@ -26,7 +26,7 @@ jobs: - name: Check out the codebase. uses: actions/checkout@v4 with: - path: 'nephelaiio.mongos' + path: 'nephelaiio.rabbitmq' - name: Set up Python 3 uses: actions/setup-python@v4 diff --git a/pyproject.toml b/pyproject.toml index 5cc3bfa..9ad16d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "nephelaiio.mongos" +name = "nephelaiio.rabbitmq" version = "0.1.0" description = "" authors = ["nephelaiio"]