Questions tagged [ci]

4 questions
0
votes
1 answer

"Permission Denied" using RCS commands (ci and co) as root

I've su'd into our company server as the root user (verified with id, I show up as user 0). I'm trying to use the Revision Control System to check in and check out files, but even as root, I'm getting "Permission Denied" when I try to run ci on the…
Burmy
  • 1
  • 1
0
votes
0 answers

Programmatically Control Monitors Through A KVM (DDI, VCP)

I want to use a KVM switch with a few computers but I notice that I'm not able to use VCP commands to control it the way I can when the montior is plugged into the computer directly. For example, when it is plugged in directly, I can use Nirsoft…
joejoejoejoe4
  • 1,438
  • 9
  • 25
  • 48
0
votes
0 answers

How to use the folder name in a gitlab ci that is triggered on tag creation?

I am working on a monorepo gitlab ci. When a new tag is created I need to build a docker image and choose an ECR repo to push the image based on the folder that has changes. only: tag pattern lets me trigger the pipeline, but how do I get the…
Edik Mkoyan
  • 405
  • 1
  • 5
  • 24
0
votes
1 answer

Extremely Slow Image Pulls Docker Private Registry

I have two servers: 1.Server-1 (GitLab-CE & Private docker registry) 2.Server-2 (Staging) After build stage and push container to registry inside GitLab CI, next stage is deploy(CD) using Ansible. When Ansible connect to remote server(Server-2), run…