Skip to content

Commit ef4c499

Browse files
author
David Zuckerman
committed
removed image to containers in compose, removed tests for usernames
1 parent 900b136 commit ef4c499

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ GEM
6262
hashdiff (>= 0.4.0, < 2.0.0)
6363

6464
PLATFORMS
65+
aarch64-linux
6566
x86_64-darwin-19
6667
x86_64-linux
6768

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ services:
88
LIT_GOBI_USERNAME: "${LIT_GOBI_USERNAME}"
99
LIT_LBNL_KEY_DATA: "${LIT_LBNL_KEY_DATA}"
1010
LIT_LBNL_USERNAME: "${LIT_LBNL_USERNAME}"
11-
image: containers.lib.berkeley.edu/lap/sftp_handler/${USER:-development}:latest
12-
init: yes
11+
init: true
1312
volumes:
1413
- ./:/opt/app
15-
16-
version: "3.8"

spec/downloader/gobi_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
let(:now) { Time.new(2022, 5, 20, 0, 0, 0) }
77

88
its(:default_host) { is_expected.to eq 'ftp.ybp.com' }
9-
its(:default_username) { is_expected.to eq 'berkeley' }
109
its(:ssh_options) { is_expected.to include(append_all_supported_algorithms: true) }
1110

1211
its(:default_filename) do

spec/downloader/lbnl_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# rubocop:disable Metrics/BlockLength
77
describe BerkeleyLibrary::SftpHandler::Downloader::Lbnl do
88
its(:default_host) { is_expected.to eq 'ncc-1701.lbl.gov' }
9-
its(:default_username) { is_expected.to eq 'ucblib' }
109

1110
describe '#download!' do
1211
let(:now) { Time.new(2022, 5, 25, 0, 0, 0) }

0 commit comments

Comments
 (0)