Skip to content

Commit

Permalink
ci: simplify pipelines and steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rimelek committed Jul 24, 2022
1 parent c6628c2 commit b660da6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@ parameters:
CI_EVENT_TYPE:
type: string
default: "push"
CI_REPOSITORY_URL:
type: string
default: ""
CI_DEBUG:
type: string
default: ""

jobs:
build:
environment:
CI_EVENT_TYPE: "<< pipeline.parameters.CI_EVENT_TYPE >>"
CI_REPOSITORY_URL: "<< pipeline.parameters.CI_REPOSITORY_URL >>"
CI_DEBUG: "<< pipeline.parameters.CI_DEBUG >>"
CI_REPOSITORY_URL: "<< pipeline.project.git_url >>.git"
CI_DEBUG: "true"
HTTPD_IMAGE_NAME: rimelek/httpd24
HTTPD_IMAGE_NAME_ALTERNATIVE: "itsziget/httpd24"
resource_class: medium
Expand All @@ -29,9 +23,6 @@ jobs:
- run:
name: Build Docker image
command: ./.circleci/step-build-docker-image.sh
- run:
name: List docker images
command: docker image ls

- run:
name: Test
Expand Down

0 comments on commit b660da6

Please sign in to comment.