Skip to content

Commit 708486c

Browse files
authored
Merge pull request #41 from SAP/removeTestText
Remove test reference
2 parents f07f6fc + 7d3c634 commit 708486c

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
exit 1
2424
fi
2525
echo "PIPER_version=$NEXT_VERSION" >> $GITHUB_ENV
26-
- name: Build, test and push
26+
- name: Build and push
2727
run: |
2828
echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USER }} --password-stdin
2929
echo "${{ secrets.CR_PAT }}" | docker login https://ghcr.io -u ${{ secrets.CR_USER }} --password-stdin

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,6 @@ For using the `neo.sh` tool via this image, it can be invoked like in this comma
4141
docker run ppiper/neo-cli neo.sh help
4242
```
4343

44-
## Testing
45-
46-
### Running as a Service
47-
48-
See `.travis.yml` file for configuration.
49-
50-
Configure the following variables (secrets)
51-
52-
* `CX_INFRA_IT_CF_USERNAME` (user name for deployment to SAP Cloud Platform)
53-
* `CX_INFRA_IT_CF_PASSWORD` (password for deployment to SAP Cloud Platform)
54-
55-
### Running locally
56-
57-
Docker is required, and at least 4 GB of memory assigned to Docker.
58-
59-
```bash
60-
export CX_INFRA_IT_CF_USERNAME="myusername"
61-
export CX_INFRA_IT_CF_PASSWORD="mypassword"
62-
./runTests.sh
63-
```
64-
6544
## Licensing
6645

6746
Copyright 2017-2021 SAP SE or an SAP affiliate company and devops-docker-neo-cli contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/devops-docker-neo-cli).

0 commit comments

Comments
 (0)