Skip to content

Commit 42e93d5

Browse files
authored
Merge pull request egen#62 from jutkko/master
Fix small grammar mistake and a url change
2 parents a95044c + 7105e1c commit 42e93d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ outputs:
654654
- name: some-files
655655
```
656656

657-
If a task included the above `outputs` section then it's `run:` command would be responsible for putting interesting files in the `some-files` directory.
657+
If a task included the above `outputs` section then its `run:` command would be responsible for putting interesting files in the `some-files` directory.
658658

659659
Subsequent tasks (discussed in this section) or resources (discussed in the next section) could reference these interesting files within the `some-files/` directory.
660660

@@ -784,7 +784,7 @@ First, it copied the input resource `resource-gist` into the output resource `up
784784
785785
The `updated-gist` output from the `bump-timestamp-file` task becomes the `updated-gist` input to the `resource-gist` resource (see the [`git` resource](https://github.com/concourse/git-resource) for additional configuration) because their names match.
786786

787-
The `bump-timestamp-file.sh` script needed the `git` CLI tool. It could have installed it each time via `apt-get install git` or similar, but this would have made the task very slow. Instead `bump-timestamp-file.yml` task file uses a different base image `concourse/concourse-ci` that contains `git` CLI (and many other pre-installed packages). The contents of this Docker image are described at https://github.com/concourse/concourse/blob/master/ci/dockerfiles/concourse-ci/Dockerfile
787+
The `bump-timestamp-file.sh` script needed the `git` CLI tool. It could have installed it each time via `apt-get install git` or similar, but this would have made the task very slow. Instead `bump-timestamp-file.yml` task file uses a different base image `concourse/concourse-ci` that contains `git` CLI (and many other pre-installed packages). The contents of this Docker image are described at https://github.com/concourse/concourse/blob/master/ci/dockerfiles/bosh-cli/Dockerfile
788788

789789
### 13 - Actual pipeline - passing resources between jobs
790790

0 commit comments

Comments
 (0)