python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Bash script using Expect working fine locally but fails in a gitlab-ci job
I'm trying to create a script that retreives a secret from a keepass database.
The script uses Expect to get secret via the keepass cli.
Here after my script:
#!/bin/bash
set +x
entry="$1&qu...
MScastra
Votes: 0
Answers: 0
Python. How to deal with No module named 'construct' when installing pykeepass?
I am trying to install pykeepass library on my python environment. I have successfully installed all the other pip libraries I need to work with, but can't seem to install this one. I use python with ...
Oskars
Votes: 0
Answers: 0