Skip to content

Commit f47ebd4

Browse files
committed
fix(general): Fix CI branch name
1 parent 6944f43 commit f47ebd4

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

Earthfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:vfeat/python-install-for-base AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:vfeat/python-install-for-base AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:vfeat/python-install-for-base AS python-ci
6-
IMPORT github.com/input-output-hk/catalyst-ci:vfeat/python-install-for-base AS cat-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:feat/python-install-for-base AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:feat/python-install-for-base AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:feat/python-install-for-base AS python-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci:feat/python-install-for-base AS cat-ci
77

88
FROM debian:stable-slim
99

@@ -48,6 +48,8 @@ repo-docs:
4848
# are linted equally.
4949
# Its also fast.
5050
check-python:
51+
FROM python-ci+python-base
52+
5153
DO python-ci+LINT_PYTHON
5254

5355
# Sync standard configs.

docs/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:vfeat/python-install-for-base AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:feat/python-install-for-base AS docs-ci
44

55
IMPORT .. AS repo
66

docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:vfeat/python-install-for-base AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:feat/python-install-for-base AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

rust/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:vfeat/python-install-for-base AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:feat/python-install-for-base AS rust-ci
44
IMPORT ../ AS repo-ci
55

66
COPY_SRC:

rust/c509-certificate/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::vfeat/python-install-for-base AS rust-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::feat/python-install-for-base AS rust-ci
44

55
IMPORT .. AS rust-local
66
IMPORT ../.. AS repo

specs/generators/pages/signed_doc/cddl/Earthfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:vfeat/python-install-for-base AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:feat/python-install-for-base AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

utilities/docs-preview/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:vfeat/python-install-for-base AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:feat/python-install-for-base AS docs-ci
44

55
# update-docs-dev-script: get the latest docs dev script from CI.
66
update-docs-dev-script:

0 commit comments

Comments
 (0)