Skip to content

Every update i make in the yml file fails. #65

@kabengwa

Description

@kabengwa

I have created a CICD and added a yml file
deploy_dev: stage: deploy_to_my_dev image: tetraweb/php:7.1 before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - apt-get update - apt-get autoclean - apt-get update - apt-get install sshpass script: - _other scripts_
However it was working before and now all it does is fail with the following errors.

`

Err http://deb.debian.org jessie-updates/main amd64 Packages

Err http://deb.debian.org jessie-updates/main amd64 Packages

Err http://deb.debian.org jessie-updates/main amd64 Packages

Err http://deb.debian.org jessie-updates/main amd64 Packages
404 Not Found [IP: 151.101.112.204 80]
Get:9 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Get:10 http://security.debian.org jessie/updates/main amd64 Packages [825 kB]
Fetched 10.1 MB in 23s (437 kB/s)
W: GPG error: https://dl.yarnpkg.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.112.204 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions